Html Css Color HEX #DF9BEC Plum

📋 copy color: '#DF9BEC'

red 223 ◦ green 155 ◦ blue 236

#DF9BEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DF9BEC

Tints of Plum #DF9BEC

RGB

 RED value IS 223 (87.5% from 255) = 36.32%

 GREEN value IS 155 (60.94% from 255) = 25.24%

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 36.32%
G = 25.24%
B = 38.44%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF9BEC (or 0xDF9BEC) is known color: Plum. HEX triplet: DF, 9B and EC. RGB value is (223,155,236). Sum of RGB (Red+Green+Blue) = 223+155+236=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BEC is #206413. Grayscale: #B8B8B8. Windows color (decimal): -2122772 or 15506399. OLE color: 15506399.

HSL color Cylindrical-coordinate representation of color #DF9BEC: hue angle of 290.37º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9BEC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 155 236 -
CMYK 0.06 0.34 0 0.07
HSL 290.37º 0.68% 0.77% -
HSV(B) 290.37º 0.34% 0.93% -
XYZ 57.29 45.19 85.06 -
YUV 184.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 223 155 236 0.06 0.34 0 0.07 290.37 0.68 0.77
Hex DF 9B EC 6 22 0 7 122 44 4D
Octal 337 233 354 6 42 0 7 442 104 115
Binary 11011111 10011011 11101100 110 100010 0 111 100100010 1000100 1001101

Color Harmonies of #DF9BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9BEC

Black with #DF9BEC

Text Example


Text Example

White with #DF9BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9BEC; }

 p { color: rgb(223,155,236); }

 H1.HeaderClassName
 {
   color: #DF9BEC;
 }
 .AnyTagClassName
 {
   color: #DF9BEC;
 }
</style>

background-color css

<style>
 a { background-color: #DF9BEC; }

 a { background-color: rgb(223,155,236); }

 div.DivClassName
 {
   background-color: #DF9BEC;
 }
 .BgClassName
 {
   background-color: #DF9BEC;
 }
</style>

border-color css

<style>
 span { border-color: #DF9BEC; }

 span { border-color: rgb(223,155,236); }

 td.TdClassName
 {
   border-color: #DF9BEC;
 }
 .TagClassName
 {
   border-color: #DF9BEC;
 }
</style>