Html Css Color HEX #D285B3 Lily

📋 copy color: '#D285B3'

red 210 ◦ green 133 ◦ blue 179

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

Shades of Lily #D285B3

Tints of Lily #D285B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.29%

R = 40.23%
G = 25.48%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D285B3 (or 0xD285B3) is known color: Lily. HEX triplet: D2, 85 and B3. RGB value is (210,133,179). Sum of RGB (Red+Green+Blue) = 210+133+179=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D285B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285B3 is #2D7A4C. Grayscale: #A1A1A1. Windows color (decimal): -2980429 or 11765202. OLE color: 11765202.

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

Color convert

RGB 210 133 179 -
CMYK 0 0.37 0.15 0.18
HSL 324.16º 0.46% 0.67% -
HSV(B) 324.16º 0.37% 0.82% -
XYZ 43.1 33.73 46.89 -
YUV 161.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 210 133 179 0 0.37 0.15 0.18 324.16 0.46 0.67
Hex D2 85 B3 0 25 F 12 144 2E 43
Octal 322 205 263 0 45 17 22 504 56 103
Binary 11010010 10000101 10110011 0 100101 1111 10010 101000100 101110 1000011

Color Harmonies of #D285B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D285B3

Black with #D285B3

Text Example


Text Example

White with #D285B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D285B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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