Html Css Color HEX #D298B6 Lily

📋 copy color: '#D298B6'

red 210 ◦ green 152 ◦ blue 182

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

Shades of Lily #D298B6

Tints of Lily #D298B6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.94%

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

R = 38.6%
G = 27.94%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D298B6 (or 0xD298B6) is known color: Lily. HEX triplet: D2, 98 and B6. RGB value is (210,152,182). Sum of RGB (Red+Green+Blue) = 210+152+182=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D298B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298B6 is #2D6749. Grayscale: #ACACAC. Windows color (decimal): -2975562 or 11966674. OLE color: 11966674.

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

Color convert

RGB 210 152 182 -
CMYK 0 0.28 0.13 0.18
HSL 328.97º 0.39% 0.71% -
HSV(B) 328.97º 0.28% 0.82% -
XYZ 46.25 39.54 49.45 -
YUV 172.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 210 152 182 0 0.28 0.13 0.18 328.97 0.39 0.71
Hex D2 98 B6 0 1C D 12 149 27 47
Octal 322 230 266 0 34 15 22 511 47 107
Binary 11010010 10011000 10110110 0 11100 1101 10010 101001001 100111 1000111

Color Harmonies of #D298B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298B6

Black with #D298B6

Text Example


Text Example

White with #D298B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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