Html Css Color HEX #D799CE Plum

📋 copy color: '#D799CE'

red 215 ◦ green 153 ◦ blue 206

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

Shades of Plum #D799CE

Tints of Plum #D799CE

RGB

 RED value IS 215 (84.38% from 255) = 37.46%

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

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 37.46%
G = 26.66%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D799CE (or 0xD799CE) is known color: Plum. HEX triplet: D7, 99 and CE. RGB value is (215,153,206). Sum of RGB (Red+Green+Blue) = 215+153+206=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D799CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799CE is #286631. Grayscale: #B1B1B1. Windows color (decimal): -2647602 or 13539799. OLE color: 13539799.

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

Color convert

RGB 215 153 206 -
CMYK 0 0.29 0.04 0.16
HSL 308.71º 0.44% 0.72% -
HSV(B) 308.71º 0.29% 0.84% -
XYZ 50.56 41.69 63.77 -
YUV 177.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 215 153 206 0 0.29 0.04 0.16 308.71 0.44 0.72
Hex D7 99 CE 0 1D 4 10 135 2C 48
Octal 327 231 316 0 35 4 20 465 54 110
Binary 11010111 10011001 11001110 0 11101 100 10000 100110101 101100 1001000

Color Harmonies of #D799CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799CE

Black with #D799CE

Text Example


Text Example

White with #D799CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799CE; }

 p { color: rgb(215,153,206); }

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

background-color css

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

 a { background-color: rgb(215,153,206); }

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

border-color css

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

 span { border-color: rgb(215,153,206); }

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