Html Css Color HEX #D790DC Plum

📋 copy color: '#D790DC'

red 215 ◦ green 144 ◦ blue 220

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

Shades of Plum #D790DC

Tints of Plum #D790DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38%

R = 37.13%
G = 24.87%
B = 38%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D790DC (or 0xD790DC) is known color: Plum. HEX triplet: D7, 90 and DC. RGB value is (215,144,220). Sum of RGB (Red+Green+Blue) = 215+144+220=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #D790DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790DC is #286F23. Grayscale: #ADADAD. Windows color (decimal): -2649892 or 14454999. OLE color: 14454999.

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

Color convert

RGB 215 144 220 -
CMYK 0.02 0.35 0 0.14
HSL 296.05º 0.52% 0.71% -
HSV(B) 296.05º 0.35% 0.86% -
XYZ 50.92 39.56 72.66 -
YUV 173.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 215 144 220 0.02 0.35 0 0.14 296.05 0.52 0.71
Hex D7 90 DC 2 23 0 E 128 34 47
Octal 327 220 334 2 43 0 16 450 64 107
Binary 11010111 10010000 11011100 10 100011 0 1110 100101000 110100 1000111

Color Harmonies of #D790DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790DC

Black with #D790DC

Text Example


Text Example

White with #D790DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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