Html Css Color HEX #D896CF Plum

📋 copy color: '#D896CF'

red 216 ◦ green 150 ◦ blue 207

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

Shades of Plum #D896CF

Tints of Plum #D896CF

RGB

 RED value IS 216 (84.77% from 255) = 37.7%

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

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 37.7%
G = 26.18%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D896CF (or 0xD896CF) is known color: Plum. HEX triplet: D8, 96 and CF. RGB value is (216,150,207). Sum of RGB (Red+Green+Blue) = 216+150+207=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D896CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896CF is #276930. Grayscale: #B0B0B0. Windows color (decimal): -2582833 or 13604568. OLE color: 13604568.

HSL color Cylindrical-coordinate representation of color #D896CF: hue angle of 308.18º degrees, saturation: 0.46, 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 #D896CF is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 207 -
CMYK 0 0.31 0.04 0.15
HSL 308.18º 0.46% 0.72% -
HSV(B) 308.18º 0.31% 0.85% -
XYZ 50.49 40.92 64.27 -
YUV 176.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 216 150 207 0 0.31 0.04 0.15 308.18 0.46 0.72
Hex D8 96 CF 0 1F 4 F 134 2E 48
Octal 330 226 317 0 37 4 17 464 56 110
Binary 11011000 10010110 11001111 0 11111 100 1111 100110100 101110 1001000

Color Harmonies of #D896CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896CF

Black with #D896CF

Text Example


Text Example

White with #D896CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896CF; }

 p { color: rgb(216,150,207); }

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

background-color css

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

 a { background-color: rgb(216,150,207); }

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

border-color css

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

 span { border-color: rgb(216,150,207); }

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