Html Css Color HEX #D284BA Lily

📋 copy color: '#D284BA'

red 210 ◦ green 132 ◦ blue 186

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

Shades of Lily #D284BA

Tints of Lily #D284BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25%

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 39.77%
G = 25%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D284BA (or 0xD284BA) is known color: Lily. HEX triplet: D2, 84 and BA. RGB value is (210,132,186). Sum of RGB (Red+Green+Blue) = 210+132+186=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D284BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284BA is #2D7B45. Grayscale: #A1A1A1. Windows color (decimal): -2980678 or 12223698. OLE color: 12223698.

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

Color convert

RGB 210 132 186 -
CMYK 0 0.37 0.11 0.18
HSL 318.46º 0.46% 0.67% -
HSV(B) 318.46º 0.37% 0.82% -
XYZ 43.69 33.75 50.67 -
YUV 161.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 210 132 186 0 0.37 0.11 0.18 318.46 0.46 0.67
Hex D2 84 BA 0 25 B 12 13E 2E 43
Octal 322 204 272 0 45 13 22 476 56 103
Binary 11010010 10000100 10111010 0 100101 1011 10010 100111110 101110 1000011

Color Harmonies of #D284BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D284BA

Black with #D284BA

Text Example


Text Example

White with #D284BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D284BA; }

 p { color: rgb(210,132,186); }

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

background-color css

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

 a { background-color: rgb(210,132,186); }

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

border-color css

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

 span { border-color: rgb(210,132,186); }

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