Html Css Color HEX #D298BC Lily

📋 copy color: '#D298BC'

red 210 ◦ green 152 ◦ blue 188

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

Shades of Lily #D298BC

Tints of Lily #D298BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.18%

R = 38.18%
G = 27.64%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D298BC (or 0xD298BC) is known color: Lily. HEX triplet: D2, 98 and BC. RGB value is (210,152,188). Sum of RGB (Red+Green+Blue) = 210+152+188=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D298BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298BC is #2D6743. Grayscale: #ADADAD. Windows color (decimal): -2975556 or 12359890. OLE color: 12359890.

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

Color convert

RGB 210 152 188 -
CMYK 0 0.28 0.10 0.18
HSL 322.76º 0.39% 0.71% -
HSV(B) 322.76º 0.28% 0.82% -
XYZ 46.88 39.79 52.79 -
YUV 173.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 210 152 188 0 0.28 0.10 0.18 322.76 0.39 0.71
Hex D2 98 BC 0 1C A 12 143 27 47
Octal 322 230 274 0 34 12 22 503 47 107
Binary 11010010 10011000 10111100 0 11100 1010 10010 101000011 100111 1000111

Color Harmonies of #D298BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298BC

Black with #D298BC

Text Example


Text Example

White with #D298BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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