Html Css Color HEX #D790E5 Plum

📋 copy color: '#D790E5'

red 215 ◦ green 144 ◦ blue 229

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

Shades of Plum #D790E5

Tints of Plum #D790E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.95%

R = 36.56%
G = 24.49%
B = 38.95%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D790E5 (or 0xD790E5) is known color: Plum. HEX triplet: D7, 90 and E5. RGB value is (215,144,229). Sum of RGB (Red+Green+Blue) = 215+144+229=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #D790E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790E5 is #286F1A. Grayscale: #AEAEAE. Windows color (decimal): -2649883 or 15044823. OLE color: 15044823.

HSL color Cylindrical-coordinate representation of color #D790E5: hue angle of 290.12º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D790E5 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 144 229 -
CMYK 0.06 0.37 0 0.10
HSL 290.12º 0.62% 0.73% -
HSV(B) 290.12º 0.37% 0.9% -
XYZ 52.14 40.05 79.11 -
YUV 174.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 215 144 229 0.06 0.37 0 0.10 290.12 0.62 0.73
Hex D7 90 E5 6 25 0 A 122 3E 49
Octal 327 220 345 6 45 0 12 442 76 111
Binary 11010111 10010000 11100101 110 100101 0 1010 100100010 111110 1001001

Color Harmonies of #D790E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790E5

Black with #D790E5

Text Example


Text Example

White with #D790E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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