Html Css Color HEX #D090BC Lily

📋 copy color: '#D090BC'

red 208 ◦ green 144 ◦ blue 188

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

Shades of Lily #D090BC

Tints of Lily #D090BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.81%

R = 38.52%
G = 26.67%
B = 34.81%

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

#D090BC (or 0xD090BC) is known color: Lily. HEX triplet: D0, 90 and BC. RGB value is (208,144,188). Sum of RGB (Red+Green+Blue) = 208+144+188=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D090BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090BC is #2F6F43. Grayscale: #A8A8A8. Windows color (decimal): -3108676 or 12357840. OLE color: 12357840.

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

Color convert

RGB 208 144 188 -
CMYK 0 0.31 0.10 0.18
HSL 318.75º 0.41% 0.69% -
HSV(B) 318.75º 0.31% 0.82% -
XYZ 45.06 36.99 52.34 -
YUV 168.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 208 144 188 0 0.31 0.10 0.18 318.75 0.41 0.69
Hex D0 90 BC 0 1F A 12 13F 29 45
Octal 320 220 274 0 37 12 22 477 51 105
Binary 11010000 10010000 10111100 0 11111 1010 10010 100111111 101001 1000101

Color Harmonies of #D090BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090BC

Black with #D090BC

Text Example


Text Example

White with #D090BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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