Html Css Color HEX #D881AD Kobi

📋 copy color: '#D881AD'

red 216 ◦ green 129 ◦ blue 173

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

Shades of Kobi #D881AD

Tints of Kobi #D881AD

RGB

 RED value IS 216 (84.77% from 255) = 41.7%

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

 BLUE value IS 173 (67.97% from 255) = 33.4%

R = 41.7%
G = 24.9%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D881AD (or 0xD881AD) is known color: Kobi. HEX triplet: D8, 81 and AD. RGB value is (216,129,173). Sum of RGB (Red+Green+Blue) = 216+129+173=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D881AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D881AD is #277E52. Grayscale: #9F9F9F. Windows color (decimal): -2588243 or 11370968. OLE color: 11370968.

HSL color Cylindrical-coordinate representation of color #D881AD: hue angle of 329.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D881AD is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 173 -
CMYK 0 0.40 0.20 0.15
HSL 329.66º 0.53% 0.68% -
HSV(B) 329.66º 0.4% 0.85% -
XYZ 43.71 33.32 43.66 -
YUV 160.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 216 129 173 0 0.40 0.20 0.15 329.66 0.53 0.68
Hex D8 81 AD 0 28 14 F 14A 35 44
Octal 330 201 255 0 50 24 17 512 65 104
Binary 11011000 10000001 10101101 0 101000 10100 1111 101001010 110101 1000100

Color Harmonies of #D881AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881AD

Black with #D881AD

Text Example


Text Example

White with #D881AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881AD; }

 p { color: rgb(216,129,173); }

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

background-color css

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

 a { background-color: rgb(216,129,173); }

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

border-color css

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

 span { border-color: rgb(216,129,173); }

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