Html Css Color HEX #D092BC Lily

📋 copy color: '#D092BC'

red 208 ◦ green 146 ◦ blue 188

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

Shades of Lily #D092BC

Tints of Lily #D092BC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.94%

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

R = 38.38%
G = 26.94%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D092BC (or 0xD092BC) is known color: Lily. HEX triplet: D0, 92 and BC. RGB value is (208,146,188). Sum of RGB (Red+Green+Blue) = 208+146+188=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D092BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092BC is #2F6D43. Grayscale: #A9A9A9. Windows color (decimal): -3108164 or 12358352. OLE color: 12358352.

HSL color Cylindrical-coordinate representation of color #D092BC: hue angle of 319.35º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D092BC is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 188 -
CMYK 0 0.30 0.10 0.18
HSL 319.35º 0.4% 0.69% -
HSV(B) 319.35º 0.3% 0.82% -
XYZ 45.37 37.6 52.44 -
YUV 169.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 208 146 188 0 0.30 0.10 0.18 319.35 0.4 0.69
Hex D0 92 BC 0 1E A 12 13F 28 45
Octal 320 222 274 0 36 12 22 477 50 105
Binary 11010000 10010010 10111100 0 11110 1010 10010 100111111 101000 1000101

Color Harmonies of #D092BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092BC

Black with #D092BC

Text Example


Text Example

White with #D092BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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