Html Css Color HEX #D790E4 Plum

📋 copy color: '#D790E4'

red 215 ◦ green 144 ◦ blue 228

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

Shades of Plum #D790E4

Tints of Plum #D790E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.84%

R = 36.63%
G = 24.53%
B = 38.84%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D790E4 (or 0xD790E4) is known color: Plum. HEX triplet: D7, 90 and E4. RGB value is (215,144,228). Sum of RGB (Red+Green+Blue) = 215+144+228=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #D790E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790E4 is #286F1B. Grayscale: #AEAEAE. Windows color (decimal): -2649884 or 14979287. OLE color: 14979287.

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

Color convert

RGB 215 144 228 -
CMYK 0.06 0.37 0 0.11
HSL 290.71º 0.61% 0.73% -
HSV(B) 290.71º 0.37% 0.89% -
XYZ 52 40 78.38 -
YUV 174.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 215 144 228 0.06 0.37 0 0.11 290.71 0.61 0.73
Hex D7 90 E4 6 25 0 B 123 3D 49
Octal 327 220 344 6 45 0 13 443 75 111
Binary 11010111 10010000 11100100 110 100101 0 1011 100100011 111101 1001001

Color Harmonies of #D790E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790E4

Black with #D790E4

Text Example


Text Example

White with #D790E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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