Html Css Color HEX #D69EE2 Plum

📋 copy color: '#D69EE2'

red 214 ◦ green 158 ◦ blue 226

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

Shades of Plum #D69EE2

Tints of Plum #D69EE2

RGB

 RED value IS 214 (83.98% from 255) = 35.79%

 GREEN value IS 158 (62.11% from 255) = 26.42%

 BLUE value IS 226 (88.67% from 255) = 37.79%

R = 35.79%
G = 26.42%
B = 37.79%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D69EE2 (or 0xD69EE2) is known color: Plum. HEX triplet: D6, 9E and E2. RGB value is (214,158,226). Sum of RGB (Red+Green+Blue) = 214+158+226=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 226 - color contains mainly: blue. Hex color #D69EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EE2 is #29611D. Grayscale: #B6B6B6. Windows color (decimal): -2711838 or 14851798. OLE color: 14851798.

HSL color Cylindrical-coordinate representation of color #D69EE2: hue angle of 289.41º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69EE2 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 158 226 -
CMYK 0.05 0.30 0 0.11
HSL 289.41º 0.54% 0.75% -
HSV(B) 289.41º 0.3% 0.89% -
XYZ 53.69 44.24 77.66 -
YUV 182.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 214 158 226 0.05 0.30 0 0.11 289.41 0.54 0.75
Hex D6 9E E2 5 1E 0 B 121 36 4B
Octal 326 236 342 5 36 0 13 441 66 113
Binary 11010110 10011110 11100010 101 11110 0 1011 100100001 110110 1001011

Color Harmonies of #D69EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EE2

Black with #D69EE2

Text Example


Text Example

White with #D69EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EE2; }

 p { color: rgb(214,158,226); }

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

background-color css

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

 a { background-color: rgb(214,158,226); }

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

border-color css

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

 span { border-color: rgb(214,158,226); }

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