Html Css Color HEX #D298C2 Lily

📋 copy color: '#D298C2'

red 210 ◦ green 152 ◦ blue 194

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

Shades of Lily #D298C2

Tints of Lily #D298C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.89%

R = 37.77%
G = 27.34%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D298C2 (or 0xD298C2) is known color: Lily. HEX triplet: D2, 98 and C2. RGB value is (210,152,194). Sum of RGB (Red+Green+Blue) = 210+152+194=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D298C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298C2 is #2D673D. Grayscale: #AEAEAE. Windows color (decimal): -2975550 or 12753106. OLE color: 12753106.

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

Color convert

RGB 210 152 194 -
CMYK 0 0.28 0.08 0.18
HSL 316.55º 0.39% 0.71% -
HSV(B) 316.55º 0.28% 0.82% -
XYZ 47.54 40.05 56.26 -
YUV 174.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 210 152 194 0 0.28 0.08 0.18 316.55 0.39 0.71
Hex D2 98 C2 0 1C 8 12 13D 27 47
Octal 322 230 302 0 34 10 22 475 47 107
Binary 11010010 10011000 11000010 0 11100 1000 10010 100111101 100111 1000111

Color Harmonies of #D298C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298C2

Black with #D298C2

Text Example


Text Example

White with #D298C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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