Html Css Color HEX #D298BE Lily

📋 copy color: '#D298BE'

red 210 ◦ green 152 ◦ blue 190

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

Shades of Lily #D298BE

Tints of Lily #D298BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.42%

R = 38.04%
G = 27.54%
B = 34.42%

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

#D298BE (or 0xD298BE) is known color: Lily. HEX triplet: D2, 98 and BE. RGB value is (210,152,190). Sum of RGB (Red+Green+Blue) = 210+152+190=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D298BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298BE is #2D6741. Grayscale: #ADADAD. Windows color (decimal): -2975554 or 12490962. OLE color: 12490962.

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

Color convert

RGB 210 152 190 -
CMYK 0 0.28 0.10 0.18
HSL 320.69º 0.39% 0.71% -
HSV(B) 320.69º 0.28% 0.82% -
XYZ 47.1 39.88 53.93 -
YUV 173.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 210 152 190 0 0.28 0.10 0.18 320.69 0.39 0.71
Hex D2 98 BE 0 1C A 12 141 27 47
Octal 322 230 276 0 34 12 22 501 47 107
Binary 11010010 10011000 10111110 0 11100 1010 10010 101000001 100111 1000111

Color Harmonies of #D298BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298BE

Black with #D298BE

Text Example


Text Example

White with #D298BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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