Html Css Color HEX #D790E0 Plum

📋 copy color: '#D790E0'

red 215 ◦ green 144 ◦ blue 224

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

Shades of Plum #D790E0

Tints of Plum #D790E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.42%

R = 36.88%
G = 24.7%
B = 38.42%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D790E0 (or 0xD790E0) is known color: Plum. HEX triplet: D7, 90 and E0. RGB value is (215,144,224). Sum of RGB (Red+Green+Blue) = 215+144+224=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #D790E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790E0 is #286F1F. Grayscale: #AEAEAE. Windows color (decimal): -2649888 or 14717143. OLE color: 14717143.

HSL color Cylindrical-coordinate representation of color #D790E0: hue angle of 293.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D790E0 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 144 224 -
CMYK 0.04 0.36 0 0.12
HSL 293.25º 0.56% 0.72% -
HSV(B) 293.25º 0.36% 0.88% -
XYZ 51.45 39.78 75.49 -
YUV 174.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 215 144 224 0.04 0.36 0 0.12 293.25 0.56 0.72
Hex D7 90 E0 4 24 0 C 125 38 48
Octal 327 220 340 4 44 0 14 445 70 110
Binary 11010111 10010000 11100000 100 100100 0 1100 100100101 111000 1001000

Color Harmonies of #D790E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790E0

Black with #D790E0

Text Example


Text Example

White with #D790E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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