Html Css Color HEX #D899CF Plum

📋 copy color: '#D899CF'

red 216 ◦ green 153 ◦ blue 207

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

Shades of Plum #D899CF

Tints of Plum #D899CF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.56%

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

R = 37.5%
G = 26.56%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D899CF (or 0xD899CF) is known color: Plum. HEX triplet: D8, 99 and CF. RGB value is (216,153,207). Sum of RGB (Red+Green+Blue) = 216+153+207=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D899CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899CF is #276630. Grayscale: #B1B1B1. Windows color (decimal): -2582065 or 13605336. OLE color: 13605336.

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

Color convert

RGB 216 153 207 -
CMYK 0 0.29 0.04 0.15
HSL 308.57º 0.45% 0.72% -
HSV(B) 308.57º 0.29% 0.85% -
XYZ 50.97 41.89 64.43 -
YUV 177.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 216 153 207 0 0.29 0.04 0.15 308.57 0.45 0.72
Hex D8 99 CF 0 1D 4 F 135 2D 48
Octal 330 231 317 0 35 4 17 465 55 110
Binary 11011000 10011001 11001111 0 11101 100 1111 100110101 101101 1001000

Color Harmonies of #D899CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899CF

Black with #D899CF

Text Example


Text Example

White with #D899CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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