Html Css Color HEX #D790D4 Plum

📋 copy color: '#D790D4'

red 215 ◦ green 144 ◦ blue 212

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

Shades of Plum #D790D4

Tints of Plum #D790D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.13%

R = 37.65%
G = 25.22%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D790D4 (or 0xD790D4) is known color: Plum. HEX triplet: D7, 90 and D4. RGB value is (215,144,212). Sum of RGB (Red+Green+Blue) = 215+144+212=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D790D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790D4 is #286F2B. Grayscale: #ACACAC. Windows color (decimal): -2649900 or 13930711. OLE color: 13930711.

HSL color Cylindrical-coordinate representation of color #D790D4: hue angle of 302.54º 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 #D790D4 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 144 212 -
CMYK 0 0.33 0.01 0.16
HSL 302.54º 0.47% 0.7% -
HSV(B) 302.54º 0.33% 0.84% -
XYZ 49.88 39.15 67.21 -
YUV 172.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 215 144 212 0 0.33 0.01 0.16 302.54 0.47 0.7
Hex D7 90 D4 0 21 1 10 12F 2F 46
Octal 327 220 324 0 41 1 20 457 57 106
Binary 11010111 10010000 11010100 0 100001 1 10000 100101111 101111 1000110

Color Harmonies of #D790D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790D4

Black with #D790D4

Text Example


Text Example

White with #D790D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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