Html Css Color HEX #D789E2 Plum

📋 copy color: '#D789E2'

red 215 ◦ green 137 ◦ blue 226

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

Shades of Plum #D789E2

Tints of Plum #D789E2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.7%

 BLUE value IS 226 (88.67% from 255) = 39.1%

R = 37.2%
G = 23.7%
B = 39.1%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D789E2 (or 0xD789E2) is known color: Plum. HEX triplet: D7, 89 and E2. RGB value is (215,137,226). Sum of RGB (Red+Green+Blue) = 215+137+226=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 226 - color contains mainly: blue. Hex color #D789E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789E2 is #28761D. Grayscale: #AAAAAA. Windows color (decimal): -2651678 or 14846423. OLE color: 14846423.

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

Color convert

RGB 215 137 226 -
CMYK 0.05 0.39 0 0.11
HSL 292.58º 0.61% 0.71% -
HSV(B) 292.58º 0.39% 0.89% -
XYZ 50.7 37.83 76.58 -
YUV 170.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 215 137 226 0.05 0.39 0 0.11 292.58 0.61 0.71
Hex D7 89 E2 5 27 0 B 125 3D 47
Octal 327 211 342 5 47 0 13 445 75 107
Binary 11010111 10001001 11100010 101 100111 0 1011 100100101 111101 1000111

Color Harmonies of #D789E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D789E2

Black with #D789E2

Text Example


Text Example

White with #D789E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D789E2; }

 p { color: rgb(215,137,226); }

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

background-color css

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

 a { background-color: rgb(215,137,226); }

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

border-color css

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

 span { border-color: rgb(215,137,226); }

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