Html Css Color HEX #D290B6 Lily

📋 copy color: '#D290B6'

red 210 ◦ green 144 ◦ blue 182

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

Shades of Lily #D290B6

Tints of Lily #D290B6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.87%

 BLUE value IS 182 (71.48% from 255) = 33.96%

R = 39.18%
G = 26.87%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D290B6 (or 0xD290B6) is known color: Lily. HEX triplet: D2, 90 and B6. RGB value is (210,144,182). Sum of RGB (Red+Green+Blue) = 210+144+182=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D290B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290B6 is #2D6F49. Grayscale: #A7A7A7. Windows color (decimal): -2977610 or 11964626. OLE color: 11964626.

HSL color Cylindrical-coordinate representation of color #D290B6: hue angle of 325.45º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D290B6 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 182 -
CMYK 0 0.31 0.13 0.18
HSL 325.45º 0.42% 0.69% -
HSV(B) 325.45º 0.31% 0.82% -
XYZ 45 37.03 49.03 -
YUV 168.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 210 144 182 0 0.31 0.13 0.18 325.45 0.42 0.69
Hex D2 90 B6 0 1F D 12 145 2A 45
Octal 322 220 266 0 37 15 22 505 52 105
Binary 11010010 10010000 10110110 0 11111 1101 10010 101000101 101010 1000101

Color Harmonies of #D290B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290B6

Black with #D290B6

Text Example


Text Example

White with #D290B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290B6; }

 p { color: rgb(210,144,182); }

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

background-color css

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

 a { background-color: rgb(210,144,182); }

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

border-color css

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

 span { border-color: rgb(210,144,182); }

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