Html Css Color HEX #D290B5 Lily

📋 copy color: '#D290B5'

red 210 ◦ green 144 ◦ blue 181

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

Shades of Lily #D290B5

Tints of Lily #D290B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.83%

R = 39.25%
G = 26.92%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D290B5 (or 0xD290B5) is known color: Lily. HEX triplet: D2, 90 and B5. RGB value is (210,144,181). Sum of RGB (Red+Green+Blue) = 210+144+181=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D290B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290B5 is #2D6F4A. Grayscale: #A7A7A7. Windows color (decimal): -2977611 or 11899090. OLE color: 11899090.

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

Color convert

RGB 210 144 181 -
CMYK 0 0.31 0.14 0.18
HSL 326.36º 0.42% 0.69% -
HSV(B) 326.36º 0.31% 0.82% -
XYZ 44.89 36.98 48.49 -
YUV 167.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 210 144 181 0 0.31 0.14 0.18 326.36 0.42 0.69
Hex D2 90 B5 0 1F E 12 146 2A 45
Octal 322 220 265 0 37 16 22 506 52 105
Binary 11010010 10010000 10110101 0 11111 1110 10010 101000110 101010 1000101

Color Harmonies of #D290B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290B5

Black with #D290B5

Text Example


Text Example

White with #D290B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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