Html Css Color HEX #D69DDF Plum

📋 copy color: '#D69DDF'

red 214 ◦ green 157 ◦ blue 223

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

Shades of Plum #D69DDF

Tints of Plum #D69DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 36.03%
G = 26.43%
B = 37.54%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D69DDF (or 0xD69DDF) is known color: Plum. HEX triplet: D6, 9D and DF. RGB value is (214,157,223). Sum of RGB (Red+Green+Blue) = 214+157+223=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #D69DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DDF is #296220. Grayscale: #B5B5B5. Windows color (decimal): -2712097 or 14654934. OLE color: 14654934.

HSL color Cylindrical-coordinate representation of color #D69DDF: hue angle of 291.82º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69DDF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 157 223 -
CMYK 0.04 0.30 0 0.13
HSL 291.82º 0.51% 0.75% -
HSV(B) 291.82º 0.3% 0.87% -
XYZ 53.11 43.74 75.46 -
YUV 181.57 151.38 151.13 -
System Red Green Blue C M Y K H S L
Decimal 214 157 223 0.04 0.30 0 0.13 291.82 0.51 0.75
Hex D6 9D DF 4 1E 0 D 124 33 4B
Octal 326 235 337 4 36 0 15 444 63 113
Binary 11010110 10011101 11011111 100 11110 0 1101 100100100 110011 1001011

Color Harmonies of #D69DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DDF

Black with #D69DDF

Text Example


Text Example

White with #D69DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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