Html Css Color HEX #D295C0 Lily

📋 copy color: '#D295C0'

red 210 ◦ green 149 ◦ blue 192

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

Shades of Lily #D295C0

Tints of Lily #D295C0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.04%

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

R = 38.11%
G = 27.04%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D295C0 (or 0xD295C0) is known color: Lily. HEX triplet: D2, 95 and C0. RGB value is (210,149,192). Sum of RGB (Red+Green+Blue) = 210+149+192=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D295C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295C0 is #2D6A3F. Grayscale: #ACACAC. Windows color (decimal): -2976320 or 12621266. OLE color: 12621266.

HSL color Cylindrical-coordinate representation of color #D295C0: hue angle of 317.7º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D295C0 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 149 192 -
CMYK 0 0.29 0.09 0.18
HSL 317.7º 0.4% 0.7% -
HSV(B) 317.7º 0.29% 0.82% -
XYZ 46.84 39 54.93 -
YUV 172.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 210 149 192 0 0.29 0.09 0.18 317.7 0.4 0.7
Hex D2 95 C0 0 1D 9 12 13E 28 46
Octal 322 225 300 0 35 11 22 476 50 106
Binary 11010010 10010101 11000000 0 11101 1001 10010 100111110 101000 1000110

Color Harmonies of #D295C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295C0

Black with #D295C0

Text Example


Text Example

White with #D295C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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