Html Css Color HEX #D285BF Lily

📋 copy color: '#D285BF'

red 210 ◦ green 133 ◦ blue 191

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

Shades of Lily #D285BF

Tints of Lily #D285BF

RGB

 RED value IS 210 (82.42% from 255) = 39.33%

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

 BLUE value IS 191 (75% from 255) = 35.77%

R = 39.33%
G = 24.91%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D285BF (or 0xD285BF) is known color: Lily. HEX triplet: D2, 85 and BF. RGB value is (210,133,191). Sum of RGB (Red+Green+Blue) = 210+133+191=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D285BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285BF is #2D7A40. Grayscale: #A2A2A2. Windows color (decimal): -2980417 or 12551634. OLE color: 12551634.

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

Color convert

RGB 210 133 191 -
CMYK 0 0.37 0.09 0.18
HSL 314.81º 0.46% 0.67% -
HSV(B) 314.81º 0.37% 0.82% -
XYZ 44.37 34.24 53.56 -
YUV 162.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 210 133 191 0 0.37 0.09 0.18 314.81 0.46 0.67
Hex D2 85 BF 0 25 9 12 13B 2E 43
Octal 322 205 277 0 45 11 22 473 56 103
Binary 11010010 10000101 10111111 0 100101 1001 10010 100111011 101110 1000011

Color Harmonies of #D285BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D285BF

Black with #D285BF

Text Example


Text Example

White with #D285BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D285BF; }

 p { color: rgb(210,133,191); }

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

background-color css

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

 a { background-color: rgb(210,133,191); }

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

border-color css

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

 span { border-color: rgb(210,133,191); }

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