Html Css Color HEX #D190B2 Lily

📋 copy color: '#D190B2'

red 209 ◦ green 144 ◦ blue 178

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

Shades of Lily #D190B2

Tints of Lily #D190B2

RGB

 RED value IS 209 (82.03% from 255) = 39.36%

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 39.36%
G = 27.12%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D190B2 (or 0xD190B2) is known color: Lily. HEX triplet: D1, 90 and B2. RGB value is (209,144,178). Sum of RGB (Red+Green+Blue) = 209+144+178=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D190B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D190B2 is #2E6F4D. Grayscale: #A7A7A7. Windows color (decimal): -3043150 or 11702481. OLE color: 11702481.

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

Color convert

RGB 209 144 178 -
CMYK 0 0.31 0.15 0.18
HSL 328.62º 0.41% 0.69% -
HSV(B) 328.62º 0.31% 0.82% -
XYZ 44.3 36.72 46.87 -
YUV 167.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 209 144 178 0 0.31 0.15 0.18 328.62 0.41 0.69
Hex D1 90 B2 0 1F F 12 149 29 45
Octal 321 220 262 0 37 17 22 511 51 105
Binary 11010001 10010000 10110010 0 11111 1111 10010 101001001 101001 1000101

Color Harmonies of #D190B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D190B2

Black with #D190B2

Text Example


Text Example

White with #D190B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D190B2; }

 p { color: rgb(209,144,178); }

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

background-color css

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

 a { background-color: rgb(209,144,178); }

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

border-color css

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

 span { border-color: rgb(209,144,178); }

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