Html Css Color HEX #D290B7 Lily

📋 copy color: '#D290B7'

red 210 ◦ green 144 ◦ blue 183

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

Shades of Lily #D290B7

Tints of Lily #D290B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.08%

R = 39.11%
G = 26.82%
B = 34.08%

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

#D290B7 (or 0xD290B7) is known color: Lily. HEX triplet: D2, 90 and B7. RGB value is (210,144,183). Sum of RGB (Red+Green+Blue) = 210+144+183=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D290B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290B7 is #2D6F48. Grayscale: #A8A8A8. Windows color (decimal): -2977609 or 12030162. OLE color: 12030162.

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

Color convert

RGB 210 144 183 -
CMYK 0 0.31 0.13 0.18
HSL 324.55º 0.42% 0.69% -
HSV(B) 324.55º 0.31% 0.82% -
XYZ 45.1 37.07 49.58 -
YUV 168.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 210 144 183 0 0.31 0.13 0.18 324.55 0.42 0.69
Hex D2 90 B7 0 1F D 12 145 2A 45
Octal 322 220 267 0 37 15 22 505 52 105
Binary 11010010 10010000 10110111 0 11111 1101 10010 101000101 101010 1000101

Color Harmonies of #D290B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290B7

Black with #D290B7

Text Example


Text Example

White with #D290B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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