Html Css Color HEX #D790D2 Plum

📋 copy color: '#D790D2'

red 215 ◦ green 144 ◦ blue 210

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

Shades of Plum #D790D2

Tints of Plum #D790D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.91%

R = 37.79%
G = 25.31%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D790D2 (or 0xD790D2) is known color: Plum. HEX triplet: D7, 90 and D2. RGB value is (215,144,210). Sum of RGB (Red+Green+Blue) = 215+144+210=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D790D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790D2 is #286F2D. Grayscale: #ACACAC. Windows color (decimal): -2649902 or 13799639. OLE color: 13799639.

HSL color Cylindrical-coordinate representation of color #D790D2: hue angle of 304.23º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D790D2 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 144 210 -
CMYK 0 0.33 0.02 0.16
HSL 304.23º 0.47% 0.7% -
HSV(B) 304.23º 0.33% 0.84% -
XYZ 49.63 39.05 65.89 -
YUV 172.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 215 144 210 0 0.33 0.02 0.16 304.23 0.47 0.7
Hex D7 90 D2 0 21 2 10 130 2F 46
Octal 327 220 322 0 41 2 20 460 57 106
Binary 11010111 10010000 11010010 0 100001 10 10000 100110000 101111 1000110

Color Harmonies of #D790D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790D2

Black with #D790D2

Text Example


Text Example

White with #D790D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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