Html Css Color HEX #D290BB Lily

📋 copy color: '#D290BB'

red 210 ◦ green 144 ◦ blue 187

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

Shades of Lily #D290BB

Tints of Lily #D290BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.57%

R = 38.82%
G = 26.62%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D290BB (or 0xD290BB) is known color: Lily. HEX triplet: D2, 90 and BB. RGB value is (210,144,187). Sum of RGB (Red+Green+Blue) = 210+144+187=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D290BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290BB is #2D6F44. Grayscale: #A8A8A8. Windows color (decimal): -2977605 or 12292306. OLE color: 12292306.

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

Color convert

RGB 210 144 187 -
CMYK 0 0.31 0.11 0.18
HSL 320.91º 0.42% 0.69% -
HSV(B) 320.91º 0.31% 0.82% -
XYZ 45.52 37.24 51.8 -
YUV 168.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 210 144 187 0 0.31 0.11 0.18 320.91 0.42 0.69
Hex D2 90 BB 0 1F B 12 141 2A 45
Octal 322 220 273 0 37 13 22 501 52 105
Binary 11010010 10010000 10111011 0 11111 1011 10010 101000001 101010 1000101

Color Harmonies of #D290BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290BB

Black with #D290BB

Text Example


Text Example

White with #D290BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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