Html Css Color HEX #D282BB Lily

📋 copy color: '#D282BB'

red 210 ◦ green 130 ◦ blue 187

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

Shades of Lily #D282BB

Tints of Lily #D282BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.67%

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 39.85%
G = 24.67%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D282BB (or 0xD282BB) is known color: Lily. HEX triplet: D2, 82 and BB. RGB value is (210,130,187). Sum of RGB (Red+Green+Blue) = 210+130+187=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D282BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282BB is #2D7D44. Grayscale: #A0A0A0. Windows color (decimal): -2981189 or 12288722. OLE color: 12288722.

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

Color convert

RGB 210 130 187 -
CMYK 0 0.38 0.11 0.18
HSL 317.25º 0.47% 0.67% -
HSV(B) 317.25º 0.38% 0.82% -
XYZ 43.53 33.25 51.14 -
YUV 160.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 210 130 187 0 0.38 0.11 0.18 317.25 0.47 0.67
Hex D2 82 BB 0 26 B 12 13D 2F 43
Octal 322 202 273 0 46 13 22 475 57 103
Binary 11010010 10000010 10111011 0 100110 1011 10010 100111101 101111 1000011

Color Harmonies of #D282BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D282BB

Black with #D282BB

Text Example


Text Example

White with #D282BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D282BB; }

 p { color: rgb(210,130,187); }

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

background-color css

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

 a { background-color: rgb(210,130,187); }

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

border-color css

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

 span { border-color: rgb(210,130,187); }

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