Html Css Color HEX #D996D4 Plum

📋 copy color: '#D996D4'

red 217 ◦ green 150 ◦ blue 212

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

Shades of Plum #D996D4

Tints of Plum #D996D4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.91%

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

R = 37.48%
G = 25.91%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D996D4 (or 0xD996D4) is known color: Plum. HEX triplet: D9, 96 and D4. RGB value is (217,150,212). Sum of RGB (Red+Green+Blue) = 217+150+212=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D996D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996D4 is #26692B. Grayscale: #B0B0B0. Windows color (decimal): -2517292 or 13932249. OLE color: 13932249.

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

Color convert

RGB 217 150 212 -
CMYK 0 0.31 0.02 0.15
HSL 304.48º 0.47% 0.72% -
HSV(B) 304.48º 0.31% 0.85% -
XYZ 51.41 41.32 67.55 -
YUV 177.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 217 150 212 0 0.31 0.02 0.15 304.48 0.47 0.72
Hex D9 96 D4 0 1F 2 F 130 2F 48
Octal 331 226 324 0 37 2 17 460 57 110
Binary 11011001 10010110 11010100 0 11111 10 1111 100110000 101111 1001000

Color Harmonies of #D996D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996D4

Black with #D996D4

Text Example


Text Example

White with #D996D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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