Html Css Color HEX #D090B0 Lily

📋 copy color: '#D090B0'

red 208 ◦ green 144 ◦ blue 176

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

Shades of Lily #D090B0

Tints of Lily #D090B0

RGB

 RED value IS 208 (81.64% from 255) = 39.39%

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

 BLUE value IS 176 (69.14% from 255) = 33.33%

R = 39.39%
G = 27.27%
B = 33.33%

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

#D090B0 (or 0xD090B0) is known color: Lily. HEX triplet: D0, 90 and B0. RGB value is (208,144,176). Sum of RGB (Red+Green+Blue) = 208+144+176=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D090B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D090B0 is #2F6F4F. Grayscale: #A6A6A6. Windows color (decimal): -3108688 or 11571408. OLE color: 11571408.

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

Color convert

RGB 208 144 176 -
CMYK 0 0.31 0.15 0.18
HSL 330º 0.41% 0.69% -
HSV(B) 330º 0.31% 0.82% -
XYZ 43.82 36.49 45.81 -
YUV 166.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 208 144 176 0 0.31 0.15 0.18 330 0.41 0.69
Hex D0 90 B0 0 1F F 12 14A 29 45
Octal 320 220 260 0 37 17 22 512 51 105
Binary 11010000 10010000 10110000 0 11111 1111 10010 101001010 101001 1000101

Color Harmonies of #D090B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090B0

Black with #D090B0

Text Example


Text Example

White with #D090B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090B0; }

 p { color: rgb(208,144,176); }

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

background-color css

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

 a { background-color: rgb(208,144,176); }

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

border-color css

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

 span { border-color: rgb(208,144,176); }

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