Html Css Color HEX #D69CE0 Plum

📋 copy color: '#D69CE0'

red 214 ◦ green 156 ◦ blue 224

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

Shades of Plum #D69CE0

Tints of Plum #D69CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.26%

 BLUE value IS 224 (87.89% from 255) = 37.71%

R = 36.03%
G = 26.26%
B = 37.71%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D69CE0 (or 0xD69CE0) is known color: Plum. HEX triplet: D6, 9C and E0. RGB value is (214,156,224). Sum of RGB (Red+Green+Blue) = 214+156+224=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #D69CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CE0 is #29631F. Grayscale: #B4B4B4. Windows color (decimal): -2712352 or 14720214. OLE color: 14720214.

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

Color convert

RGB 214 156 224 -
CMYK 0.04 0.30 0 0.12
HSL 291.18º 0.52% 0.75% -
HSV(B) 291.18º 0.3% 0.88% -
XYZ 53.07 43.45 76.11 -
YUV 181.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 214 156 224 0.04 0.30 0 0.12 291.18 0.52 0.75
Hex D6 9C E0 4 1E 0 C 123 34 4B
Octal 326 234 340 4 36 0 14 443 64 113
Binary 11010110 10011100 11100000 100 11110 0 1100 100100011 110100 1001011

Color Harmonies of #D69CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CE0

Black with #D69CE0

Text Example


Text Example

White with #D69CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CE0; }

 p { color: rgb(214,156,224); }

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

background-color css

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

 a { background-color: rgb(214,156,224); }

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

border-color css

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

 span { border-color: rgb(214,156,224); }

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