Html Css Color HEX #D281B9 Lily

📋 copy color: '#D281B9'

red 210 ◦ green 129 ◦ blue 185

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

Shades of Lily #D281B9

Tints of Lily #D281B9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.62%

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

R = 40.08%
G = 24.62%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D281B9 (or 0xD281B9) is known color: Lily. HEX triplet: D2, 81 and B9. RGB value is (210,129,185). Sum of RGB (Red+Green+Blue) = 210+129+185=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D281B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281B9 is #2D7E46. Grayscale: #9F9F9F. Windows color (decimal): -2981447 or 12157394. OLE color: 12157394.

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

Color convert

RGB 210 129 185 -
CMYK 0 0.39 0.12 0.18
HSL 318.52º 0.47% 0.66% -
HSV(B) 318.52º 0.39% 0.82% -
XYZ 43.19 32.9 49.97 -
YUV 159.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 210 129 185 0 0.39 0.12 0.18 318.52 0.47 0.66
Hex D2 81 B9 0 27 C 12 13F 2F 42
Octal 322 201 271 0 47 14 22 477 57 102
Binary 11010010 10000001 10111001 0 100111 1100 10010 100111111 101111 1000010

Color Harmonies of #D281B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D281B9

Black with #D281B9

Text Example


Text Example

White with #D281B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D281B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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