Html Css Color HEX #D69DD4 Plum

📋 copy color: '#D69DD4'

red 214 ◦ green 157 ◦ blue 212

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

Shades of Plum #D69DD4

Tints of Plum #D69DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.36%

R = 36.71%
G = 26.93%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D69DD4 (or 0xD69DD4) is known color: Plum. HEX triplet: D6, 9D and D4. RGB value is (214,157,212). Sum of RGB (Red+Green+Blue) = 214+157+212=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DD4 is #29622B. Grayscale: #B4B4B4. Windows color (decimal): -2712108 or 13934038. OLE color: 13934038.

HSL color Cylindrical-coordinate representation of color #D69DD4: hue angle of 302.11º 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 #D69DD4 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 212 -
CMYK 0 0.27 0.01 0.16
HSL 302.11º 0.41% 0.73% -
HSV(B) 302.11º 0.27% 0.84% -
XYZ 51.67 43.16 67.9 -
YUV 180.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 214 157 212 0 0.27 0.01 0.16 302.11 0.41 0.73
Hex D6 9D D4 0 1B 1 10 12E 29 49
Octal 326 235 324 0 33 1 20 456 51 111
Binary 11010110 10011101 11010100 0 11011 1 10000 100101110 101001 1001001

Color Harmonies of #D69DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DD4

Black with #D69DD4

Text Example


Text Example

White with #D69DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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