Html Css Color HEX #D282B9 Lily

📋 copy color: '#D282B9'

red 210 ◦ green 130 ◦ blue 185

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

Shades of Lily #D282B9

Tints of Lily #D282B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.24%

R = 40%
G = 24.76%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D282B9 (or 0xD282B9) is known color: Lily. HEX triplet: D2, 82 and B9. RGB value is (210,130,185). Sum of RGB (Red+Green+Blue) = 210+130+185=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D282B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282B9 is #2D7D46. Grayscale: #A0A0A0. Windows color (decimal): -2981191 or 12157650. OLE color: 12157650.

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

Color convert

RGB 210 130 185 -
CMYK 0 0.38 0.12 0.18
HSL 318.75º 0.47% 0.67% -
HSV(B) 318.75º 0.38% 0.82% -
XYZ 43.32 33.17 50.02 -
YUV 160.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 210 130 185 0 0.38 0.12 0.18 318.75 0.47 0.67
Hex D2 82 B9 0 26 C 12 13F 2F 43
Octal 322 202 271 0 46 14 22 477 57 103
Binary 11010010 10000010 10111001 0 100110 1100 10010 100111111 101111 1000011

Color Harmonies of #D282B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D282B9

Black with #D282B9

Text Example


Text Example

White with #D282B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D282B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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