Html Css Color HEX #D299B5 Lily

📋 copy color: '#D299B5'

red 210 ◦ green 153 ◦ blue 181

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

Shades of Lily #D299B5

Tints of Lily #D299B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.27%

R = 38.6%
G = 28.13%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D299B5 (or 0xD299B5) is known color: Lily. HEX triplet: D2, 99 and B5. RGB value is (210,153,181). Sum of RGB (Red+Green+Blue) = 210+153+181=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D299B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299B5 is #2D664A. Grayscale: #ADADAD. Windows color (decimal): -2975307 or 11901394. OLE color: 11901394.

HSL color Cylindrical-coordinate representation of color #D299B5: hue angle of 330.53º 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 #D299B5 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 181 -
CMYK 0 0.27 0.14 0.18
HSL 330.53º 0.39% 0.71% -
HSV(B) 330.53º 0.27% 0.82% -
XYZ 46.31 39.82 48.96 -
YUV 173.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 210 153 181 0 0.27 0.14 0.18 330.53 0.39 0.71
Hex D2 99 B5 0 1B E 12 14B 27 47
Octal 322 231 265 0 33 16 22 513 47 107
Binary 11010010 10011001 10110101 0 11011 1110 10010 101001011 100111 1000111

Color Harmonies of #D299B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299B5

Black with #D299B5

Text Example


Text Example

White with #D299B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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