Html Css Color HEX #D085BD Lily

📋 copy color: '#D085BD'

red 208 ◦ green 133 ◦ blue 189

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

Shades of Lily #D085BD

Tints of Lily #D085BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.09%

 BLUE value IS 189 (74.22% from 255) = 35.66%

R = 39.25%
G = 25.09%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D085BD (or 0xD085BD) is known color: Lily. HEX triplet: D0, 85 and BD. RGB value is (208,133,189). Sum of RGB (Red+Green+Blue) = 208+133+189=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D085BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085BD is #2F7A42. Grayscale: #A1A1A1. Windows color (decimal): -3111491 or 12420560. OLE color: 12420560.

HSL color Cylindrical-coordinate representation of color #D085BD: hue angle of 315.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D085BD is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 133 189 -
CMYK 0 0.36 0.09 0.18
HSL 315.2º 0.44% 0.67% -
HSV(B) 315.2º 0.36% 0.82% -
XYZ 43.59 33.86 52.38 -
YUV 161.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 208 133 189 0 0.36 0.09 0.18 315.2 0.44 0.67
Hex D0 85 BD 0 24 9 12 13B 2C 43
Octal 320 205 275 0 44 11 22 473 54 103
Binary 11010000 10000101 10111101 0 100100 1001 10010 100111011 101100 1000011

Color Harmonies of #D085BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085BD

Black with #D085BD

Text Example


Text Example

White with #D085BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085BD; }

 p { color: rgb(208,133,189); }

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

background-color css

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

 a { background-color: rgb(208,133,189); }

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

border-color css

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

 span { border-color: rgb(208,133,189); }

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