Html Css Color HEX #D69DDE Plum

📋 copy color: '#D69DDE'

red 214 ◦ green 157 ◦ blue 222

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

Shades of Plum #D69DDE

Tints of Plum #D69DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.48%

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 36.09%
G = 26.48%
B = 37.44%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D69DDE (or 0xD69DDE) is known color: Plum. HEX triplet: D6, 9D and DE. RGB value is (214,157,222). Sum of RGB (Red+Green+Blue) = 214+157+222=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #D69DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DDE is #296221. Grayscale: #B5B5B5. Windows color (decimal): -2712098 or 14589398. OLE color: 14589398.

HSL color Cylindrical-coordinate representation of color #D69DDE: hue angle of 292.62º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69DDE is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 157 222 -
CMYK 0.04 0.29 0 0.13
HSL 292.62º 0.5% 0.74% -
HSV(B) 292.62º 0.29% 0.87% -
XYZ 52.97 43.68 74.75 -
YUV 181.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 214 157 222 0.04 0.29 0 0.13 292.62 0.5 0.74
Hex D6 9D DE 4 1D 0 D 125 32 4A
Octal 326 235 336 4 35 0 15 445 62 112
Binary 11010110 10011101 11011110 100 11101 0 1101 100100101 110010 1001010

Color Harmonies of #D69DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DDE

Black with #D69DDE

Text Example


Text Example

White with #D69DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DDE; }

 p { color: rgb(214,157,222); }

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

background-color css

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

 a { background-color: rgb(214,157,222); }

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

border-color css

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

 span { border-color: rgb(214,157,222); }

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