Html Css Color HEX #D298BA Lily

📋 copy color: '#D298BA'

red 210 ◦ green 152 ◦ blue 186

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

Shades of Lily #D298BA

Tints of Lily #D298BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 38.32%
G = 27.74%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D298BA (or 0xD298BA) is known color: Lily. HEX triplet: D2, 98 and BA. RGB value is (210,152,186). Sum of RGB (Red+Green+Blue) = 210+152+186=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D298BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298BA is #2D6745. Grayscale: #ADADAD. Windows color (decimal): -2975558 or 12228818. OLE color: 12228818.

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

Color convert

RGB 210 152 186 -
CMYK 0 0.28 0.11 0.18
HSL 324.83º 0.39% 0.71% -
HSV(B) 324.83º 0.28% 0.82% -
XYZ 46.67 39.7 51.66 -
YUV 173.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 210 152 186 0 0.28 0.11 0.18 324.83 0.39 0.71
Hex D2 98 BA 0 1C B 12 145 27 47
Octal 322 230 272 0 34 13 22 505 47 107
Binary 11010010 10011000 10111010 0 11100 1011 10010 101000101 100111 1000111

Color Harmonies of #D298BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298BA

Black with #D298BA

Text Example


Text Example

White with #D298BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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