Html Css Color HEX #D299B6 Lily

📋 copy color: '#D299B6'

red 210 ◦ green 153 ◦ blue 182

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

Shades of Lily #D299B6

Tints of Lily #D299B6

RGB

 RED value IS 210 (82.42% from 255) = 38.53%

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

 BLUE value IS 182 (71.48% from 255) = 33.39%

R = 38.53%
G = 28.07%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D299B6 (or 0xD299B6) is known color: Lily. HEX triplet: D2, 99 and B6. RGB value is (210,153,182). Sum of RGB (Red+Green+Blue) = 210+153+182=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D299B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299B6 is #2D6649. Grayscale: #ADADAD. Windows color (decimal): -2975306 or 11966930. OLE color: 11966930.

HSL color Cylindrical-coordinate representation of color #D299B6: hue angle of 329.47º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D299B6 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 182 -
CMYK 0 0.27 0.13 0.18
HSL 329.47º 0.39% 0.71% -
HSV(B) 329.47º 0.27% 0.82% -
XYZ 46.41 39.86 49.5 -
YUV 173.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 210 153 182 0 0.27 0.13 0.18 329.47 0.39 0.71
Hex D2 99 B6 0 1B D 12 149 27 47
Octal 322 231 266 0 33 15 22 511 47 107
Binary 11010010 10011001 10110110 0 11011 1101 10010 101001001 100111 1000111

Color Harmonies of #D299B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299B6

Black with #D299B6

Text Example


Text Example

White with #D299B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299B6; }

 p { color: rgb(210,153,182); }

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

background-color css

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

 a { background-color: rgb(210,153,182); }

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

border-color css

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

 span { border-color: rgb(210,153,182); }

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