Html Css Color HEX #D285BE Lily

📋 copy color: '#D285BE'

red 210 ◦ green 133 ◦ blue 190

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

Shades of Lily #D285BE

Tints of Lily #D285BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 39.4%
G = 24.95%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D285BE (or 0xD285BE) is known color: Lily. HEX triplet: D2, 85 and BE. RGB value is (210,133,190). Sum of RGB (Red+Green+Blue) = 210+133+190=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D285BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285BE is #2D7A41. Grayscale: #A2A2A2. Windows color (decimal): -2980418 or 12486098. OLE color: 12486098.

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

Color convert

RGB 210 133 190 -
CMYK 0 0.37 0.10 0.18
HSL 315.58º 0.46% 0.67% -
HSV(B) 315.58º 0.37% 0.82% -
XYZ 44.26 34.19 52.98 -
YUV 162.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 210 133 190 0 0.37 0.10 0.18 315.58 0.46 0.67
Hex D2 85 BE 0 25 A 12 13C 2E 43
Octal 322 205 276 0 45 12 22 474 56 103
Binary 11010010 10000101 10111110 0 100101 1010 10010 100111100 101110 1000011

Color Harmonies of #D285BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D285BE

Black with #D285BE

Text Example


Text Example

White with #D285BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D285BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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