Html Css Color HEX #D994E4 Plum

📋 copy color: '#D994E4'

red 217 ◦ green 148 ◦ blue 228

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

Shades of Plum #D994E4

Tints of Plum #D994E4

RGB

 RED value IS 217 (85.16% from 255) = 36.59%

 GREEN value IS 148 (58.2% from 255) = 24.96%

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

R = 36.59%
G = 24.96%
B = 38.45%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D994E4 (or 0xD994E4) is known color: Plum. HEX triplet: D9, 94 and E4. RGB value is (217,148,228). Sum of RGB (Red+Green+Blue) = 217+148+228=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #D994E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994E4 is #266B1B. Grayscale: #B1B1B1. Windows color (decimal): -2517788 or 14980313. OLE color: 14980313.

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

Color convert

RGB 217 148 228 -
CMYK 0.05 0.35 0 0.11
HSL 291.75º 0.6% 0.74% -
HSV(B) 291.75º 0.35% 0.89% -
XYZ 53.21 41.53 78.61 -
YUV 177.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 217 148 228 0.05 0.35 0 0.11 291.75 0.6 0.74
Hex D9 94 E4 5 23 0 B 124 3C 4A
Octal 331 224 344 5 43 0 13 444 74 112
Binary 11011001 10010100 11100100 101 100011 0 1011 100100100 111100 1001010

Color Harmonies of #D994E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994E4

Black with #D994E4

Text Example


Text Example

White with #D994E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994E4; }

 p { color: rgb(217,148,228); }

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

background-color css

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

 a { background-color: rgb(217,148,228); }

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

border-color css

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

 span { border-color: rgb(217,148,228); }

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