Html Css Color HEX #D790DB Plum

📋 copy color: '#D790DB'

red 215 ◦ green 144 ◦ blue 219

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

Shades of Plum #D790DB

Tints of Plum #D790DB

RGB

 RED value IS 215 (84.38% from 255) = 37.2%

 GREEN value IS 144 (56.64% from 255) = 24.91%

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

R = 37.2%
G = 24.91%
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

#D790DB (or 0xD790DB) is known color: Plum. HEX triplet: D7, 90 and DB. RGB value is (215,144,219). Sum of RGB (Red+Green+Blue) = 215+144+219=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 144 (56.64% from 255 or 24.91% 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 #D790DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790DB is #286F24. Grayscale: #ADADAD. Windows color (decimal): -2649893 or 14389463. OLE color: 14389463.

HSL color Cylindrical-coordinate representation of color #D790DB: hue angle of 296.8º 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 #D790DB is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 144 219 -
CMYK 0.02 0.34 0 0.14
HSL 296.8º 0.51% 0.71% -
HSV(B) 296.8º 0.34% 0.86% -
XYZ 50.78 39.51 71.97 -
YUV 173.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 215 144 219 0.02 0.34 0 0.14 296.8 0.51 0.71
Hex D7 90 DB 2 22 0 E 129 33 47
Octal 327 220 333 2 42 0 16 451 63 107
Binary 11010111 10010000 11011011 10 100010 0 1110 100101001 110011 1000111

Color Harmonies of #D790DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790DB

Black with #D790DB

Text Example


Text Example

White with #D790DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790DB; }

 p { color: rgb(215,144,219); }

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

background-color css

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

 a { background-color: rgb(215,144,219); }

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

border-color css

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

 span { border-color: rgb(215,144,219); }

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