Html Css Color HEX #D993D4 Plum

📋 copy color: '#D993D4'

red 217 ◦ green 147 ◦ blue 212

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

Shades of Plum #D993D4

Tints of Plum #D993D4

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.52%

 BLUE value IS 212 (83.2% from 255) = 36.81%

R = 37.67%
G = 25.52%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D993D4 (or 0xD993D4) is known color: Plum. HEX triplet: D9, 93 and D4. RGB value is (217,147,212). Sum of RGB (Red+Green+Blue) = 217+147+212=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D993D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993D4 is #266C2B. Grayscale: #AFAFAF. Windows color (decimal): -2518060 or 13931481. OLE color: 13931481.

HSL color Cylindrical-coordinate representation of color #D993D4: hue angle of 304.29º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D993D4 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 212 -
CMYK 0 0.32 0.02 0.15
HSL 304.29º 0.48% 0.71% -
HSV(B) 304.29º 0.32% 0.85% -
XYZ 50.93 40.37 67.4 -
YUV 175.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 217 147 212 0 0.32 0.02 0.15 304.29 0.48 0.71
Hex D9 93 D4 0 20 2 F 130 30 47
Octal 331 223 324 0 40 2 17 460 60 107
Binary 11011001 10010011 11010100 0 100000 10 1111 100110000 110000 1000111

Color Harmonies of #D993D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993D4

Black with #D993D4

Text Example


Text Example

White with #D993D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993D4; }

 p { color: rgb(217,147,212); }

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

background-color css

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

 a { background-color: rgb(217,147,212); }

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

border-color css

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

 span { border-color: rgb(217,147,212); }

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