Html Css Color HEX #D290BE Lily

📋 copy color: '#D290BE'

red 210 ◦ green 144 ◦ blue 190

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

Shades of Lily #D290BE

Tints of Lily #D290BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 38.6%
G = 26.47%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D290BE (or 0xD290BE) is known color: Lily. HEX triplet: D2, 90 and BE. RGB value is (210,144,190). Sum of RGB (Red+Green+Blue) = 210+144+190=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D290BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290BE is #2D6F41. Grayscale: #A8A8A8. Windows color (decimal): -2977602 or 12488914. OLE color: 12488914.

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

Color convert

RGB 210 144 190 -
CMYK 0 0.31 0.10 0.18
HSL 318.18º 0.42% 0.69% -
HSV(B) 318.18º 0.31% 0.82% -
XYZ 45.85 37.37 53.51 -
YUV 168.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 210 144 190 0 0.31 0.10 0.18 318.18 0.42 0.69
Hex D2 90 BE 0 1F A 12 13E 2A 45
Octal 322 220 276 0 37 12 22 476 52 105
Binary 11010010 10010000 10111110 0 11111 1010 10010 100111110 101010 1000101

Color Harmonies of #D290BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290BE

Black with #D290BE

Text Example


Text Example

White with #D290BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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