Html Css Color HEX #D190C0 Lily

📋 copy color: '#D190C0'

red 209 ◦ green 144 ◦ blue 192

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

Shades of Lily #D190C0

Tints of Lily #D190C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 38.35%
G = 26.42%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D190C0 (or 0xD190C0) is known color: Lily. HEX triplet: D1, 90 and C0. RGB value is (209,144,192). Sum of RGB (Red+Green+Blue) = 209+144+192=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D190C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190C0 is #2E6F3F. Grayscale: #A8A8A8. Windows color (decimal): -3043136 or 12619985. OLE color: 12619985.

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

Color convert

RGB 209 144 192 -
CMYK 0 0.31 0.08 0.18
HSL 315.69º 0.41% 0.69% -
HSV(B) 315.69º 0.31% 0.82% -
XYZ 45.78 37.31 54.66 -
YUV 168.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 209 144 192 0 0.31 0.08 0.18 315.69 0.41 0.69
Hex D1 90 C0 0 1F 8 12 13C 29 45
Octal 321 220 300 0 37 10 22 474 51 105
Binary 11010001 10010000 11000000 0 11111 1000 10010 100111100 101001 1000101

Color Harmonies of #D190C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D190C0

Black with #D190C0

Text Example


Text Example

White with #D190C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D190C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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