Html Css Color HEX #D281BB Lily

📋 copy color: '#D281BB'

red 210 ◦ green 129 ◦ blue 187

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

Shades of Lily #D281BB

Tints of Lily #D281BB

RGB

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

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

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

R = 39.92%
G = 24.52%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D281BB (or 0xD281BB) is known color: Lily. HEX triplet: D2, 81 and BB. RGB value is (210,129,187). Sum of RGB (Red+Green+Blue) = 210+129+187=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D281BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281BB is #2D7E44. Grayscale: #9F9F9F. Windows color (decimal): -2981445 or 12288466. OLE color: 12288466.

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

Color convert

RGB 210 129 187 -
CMYK 0 0.39 0.11 0.18
HSL 317.04º 0.47% 0.66% -
HSV(B) 317.04º 0.39% 0.82% -
XYZ 43.4 32.99 51.09 -
YUV 159.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 210 129 187 0 0.39 0.11 0.18 317.04 0.47 0.66
Hex D2 81 BB 0 27 B 12 13D 2F 42
Octal 322 201 273 0 47 13 22 475 57 102
Binary 11010010 10000001 10111011 0 100111 1011 10010 100111101 101111 1000010

Color Harmonies of #D281BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D281BB

Black with #D281BB

Text Example


Text Example

White with #D281BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D281BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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