Html Css Color HEX #D298C0 Lily

📋 copy color: '#D298C0'

red 210 ◦ green 152 ◦ blue 192

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

Shades of Lily #D298C0

Tints of Lily #D298C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.66%

R = 37.91%
G = 27.44%
B = 34.66%

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

#D298C0 (or 0xD298C0) is known color: Lily. HEX triplet: D2, 98 and C0. RGB value is (210,152,192). Sum of RGB (Red+Green+Blue) = 210+152+192=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D298C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298C0 is #2D673F. Grayscale: #ADADAD. Windows color (decimal): -2975552 or 12622034. OLE color: 12622034.

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

Color convert

RGB 210 152 192 -
CMYK 0 0.28 0.09 0.18
HSL 318.62º 0.39% 0.71% -
HSV(B) 318.62º 0.28% 0.82% -
XYZ 47.32 39.96 55.09 -
YUV 173.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 210 152 192 0 0.28 0.09 0.18 318.62 0.39 0.71
Hex D2 98 C0 0 1C 9 12 13F 27 47
Octal 322 230 300 0 34 11 22 477 47 107
Binary 11010010 10011000 11000000 0 11100 1001 10010 100111111 100111 1000111

Color Harmonies of #D298C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298C0

Black with #D298C0

Text Example


Text Example

White with #D298C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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