Html Css Color HEX #D290B9 Lily

📋 copy color: '#D290B9'

red 210 ◦ green 144 ◦ blue 185

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

Shades of Lily #D290B9

Tints of Lily #D290B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.32%

R = 38.96%
G = 26.72%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D290B9 (or 0xD290B9) is known color: Lily. HEX triplet: D2, 90 and B9. RGB value is (210,144,185). Sum of RGB (Red+Green+Blue) = 210+144+185=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D290B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290B9 is #2D6F46. Grayscale: #A8A8A8. Windows color (decimal): -2977607 or 12161234. OLE color: 12161234.

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

Color convert

RGB 210 144 185 -
CMYK 0 0.31 0.12 0.18
HSL 322.73º 0.42% 0.69% -
HSV(B) 322.73º 0.31% 0.82% -
XYZ 45.31 37.15 50.68 -
YUV 168.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 210 144 185 0 0.31 0.12 0.18 322.73 0.42 0.69
Hex D2 90 B9 0 1F C 12 143 2A 45
Octal 322 220 271 0 37 14 22 503 52 105
Binary 11010010 10010000 10111001 0 11111 1100 10010 101000011 101010 1000101

Color Harmonies of #D290B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290B9

Black with #D290B9

Text Example


Text Example

White with #D290B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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