Html Css Color HEX #D790DE Plum

📋 copy color: '#D790DE'

red 215 ◦ green 144 ◦ blue 222

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

Shades of Plum #D790DE

Tints of Plum #D790DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.21%

R = 37.01%
G = 24.78%
B = 38.21%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D790DE (or 0xD790DE) is known color: Plum. HEX triplet: D7, 90 and DE. RGB value is (215,144,222). Sum of RGB (Red+Green+Blue) = 215+144+222=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #D790DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790DE is #286F21. Grayscale: #ADADAD. Windows color (decimal): -2649890 or 14586071. OLE color: 14586071.

HSL color Cylindrical-coordinate representation of color #D790DE: hue angle of 294.62º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D790DE is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 144 222 -
CMYK 0.03 0.35 0 0.13
HSL 294.62º 0.54% 0.72% -
HSV(B) 294.62º 0.35% 0.87% -
XYZ 51.18 39.67 74.07 -
YUV 174.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 215 144 222 0.03 0.35 0 0.13 294.62 0.54 0.72
Hex D7 90 DE 3 23 0 D 127 36 48
Octal 327 220 336 3 43 0 15 447 66 110
Binary 11010111 10010000 11011110 11 100011 0 1101 100100111 110110 1001000

Color Harmonies of #D790DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790DE

Black with #D790DE

Text Example


Text Example

White with #D790DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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