Html Css Color HEX #D69CDB Plum

📋 copy color: '#D69CDB'

red 214 ◦ green 156 ◦ blue 219

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

Shades of Plum #D69CDB

Tints of Plum #D69CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 36.33%
G = 26.49%
B = 37.18%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D69CDB (or 0xD69CDB) is known color: Plum. HEX triplet: D6, 9C and DB. RGB value is (214,156,219). Sum of RGB (Red+Green+Blue) = 214+156+219=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #D69CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CDB is #296324. Grayscale: #B4B4B4. Windows color (decimal): -2712357 or 14392534. OLE color: 14392534.

HSL color Cylindrical-coordinate representation of color #D69CDB: hue angle of 295.24º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69CDB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 156 219 -
CMYK 0.02 0.29 0 0.14
HSL 295.24º 0.47% 0.74% -
HSV(B) 295.24º 0.29% 0.86% -
XYZ 52.41 43.19 72.59 -
YUV 180.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 214 156 219 0.02 0.29 0 0.14 295.24 0.47 0.74
Hex D6 9C DB 2 1D 0 E 127 2F 4A
Octal 326 234 333 2 35 0 16 447 57 112
Binary 11010110 10011100 11011011 10 11101 0 1110 100100111 101111 1001010

Color Harmonies of #D69CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CDB

Black with #D69CDB

Text Example


Text Example

White with #D69CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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