Html Css Color HEX #D69CCF Plum

📋 copy color: '#D69CCF'

red 214 ◦ green 156 ◦ blue 207

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

Shades of Plum #D69CCF

Tints of Plum #D69CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.88%

R = 37.09%
G = 27.04%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D69CCF (or 0xD69CCF) is known color: Plum. HEX triplet: D6, 9C and CF. RGB value is (214,156,207). Sum of RGB (Red+Green+Blue) = 214+156+207=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CCF is #296330. Grayscale: #B3B3B3. Windows color (decimal): -2712369 or 13606102. OLE color: 13606102.

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

Color convert

RGB 214 156 207 -
CMYK 0 0.27 0.03 0.16
HSL 307.24º 0.41% 0.73% -
HSV(B) 307.24º 0.27% 0.84% -
XYZ 50.88 42.58 64.57 -
YUV 179.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 214 156 207 0 0.27 0.03 0.16 307.24 0.41 0.73
Hex D6 9C CF 0 1B 3 10 133 29 49
Octal 326 234 317 0 33 3 20 463 51 111
Binary 11010110 10011100 11001111 0 11011 11 10000 100110011 101001 1001001

Color Harmonies of #D69CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CCF

Black with #D69CCF

Text Example


Text Example

White with #D69CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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