Html Css Color HEX #D298BF Lily

📋 copy color: '#D298BF'

red 210 ◦ green 152 ◦ blue 191

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

Shades of Lily #D298BF

Tints of Lily #D298BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.54%

R = 37.97%
G = 27.49%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D298BF (or 0xD298BF) is known color: Lily. HEX triplet: D2, 98 and BF. RGB value is (210,152,191). Sum of RGB (Red+Green+Blue) = 210+152+191=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D298BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298BF is #2D6740. Grayscale: #ADADAD. Windows color (decimal): -2975553 or 12556498. OLE color: 12556498.

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

Color convert

RGB 210 152 191 -
CMYK 0 0.28 0.09 0.18
HSL 319.66º 0.39% 0.71% -
HSV(B) 319.66º 0.28% 0.82% -
XYZ 47.21 39.92 54.51 -
YUV 173.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 210 152 191 0 0.28 0.09 0.18 319.66 0.39 0.71
Hex D2 98 BF 0 1C 9 12 140 27 47
Octal 322 230 277 0 34 11 22 500 47 107
Binary 11010010 10011000 10111111 0 11100 1001 10010 101000000 100111 1000111

Color Harmonies of #D298BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298BF

Black with #D298BF

Text Example


Text Example

White with #D298BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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