Html Css Color HEX #D691DB Plum

📋 copy color: '#D691DB'

red 214 ◦ green 145 ◦ blue 219

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

Shades of Plum #D691DB

Tints of Plum #D691DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.09%

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

R = 37.02%
G = 25.09%
B = 37.89%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D691DB (or 0xD691DB) is known color: Plum. HEX triplet: D6, 91 and DB. RGB value is (214,145,219). Sum of RGB (Red+Green+Blue) = 214+145+219=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #D691DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691DB is #296E24. Grayscale: #ADADAD. Windows color (decimal): -2715173 or 14389718. OLE color: 14389718.

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

Color convert

RGB 214 145 219 -
CMYK 0.02 0.34 0 0.14
HSL 295.95º 0.51% 0.71% -
HSV(B) 295.95º 0.34% 0.86% -
XYZ 50.64 39.66 72 -
YUV 174.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 214 145 219 0.02 0.34 0 0.14 295.95 0.51 0.71
Hex D6 91 DB 2 22 0 E 128 33 47
Octal 326 221 333 2 42 0 16 450 63 107
Binary 11010110 10010001 11011011 10 100010 0 1110 100101000 110011 1000111

Color Harmonies of #D691DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691DB

Black with #D691DB

Text Example


Text Example

White with #D691DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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