Html Css Color HEX #D69DD2 Plum

📋 copy color: '#D69DD2'

red 214 ◦ green 157 ◦ blue 210

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

Shades of Plum #D69DD2

Tints of Plum #D69DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.14%

R = 36.83%
G = 27.02%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D69DD2 (or 0xD69DD2) is known color: Plum. HEX triplet: D6, 9D and D2. RGB value is (214,157,210). Sum of RGB (Red+Green+Blue) = 214+157+210=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DD2 is #29622D. Grayscale: #B3B3B3. Windows color (decimal): -2712110 or 13802966. OLE color: 13802966.

HSL color Cylindrical-coordinate representation of color #D69DD2: hue angle of 304.21º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69DD2 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 210 -
CMYK 0 0.27 0.02 0.16
HSL 304.21º 0.41% 0.73% -
HSV(B) 304.21º 0.27% 0.84% -
XYZ 51.42 43.06 66.57 -
YUV 180.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 214 157 210 0 0.27 0.02 0.16 304.21 0.41 0.73
Hex D6 9D D2 0 1B 2 10 130 29 49
Octal 326 235 322 0 33 2 20 460 51 111
Binary 11010110 10011101 11010010 0 11011 10 10000 100110000 101001 1001001

Color Harmonies of #D69DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DD2

Black with #D69DD2

Text Example


Text Example

White with #D69DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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