Html Css Color HEX #D887AD Kobi

📋 copy color: '#D887AD'

red 216 ◦ green 135 ◦ blue 173

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

Shades of Kobi #D887AD

Tints of Kobi #D887AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.76%

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

R = 41.22%
G = 25.76%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D887AD (or 0xD887AD) is known color: Kobi. HEX triplet: D8, 87 and AD. RGB value is (216,135,173). Sum of RGB (Red+Green+Blue) = 216+135+173=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D887AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D887AD is #277852. Grayscale: #A3A3A3. Windows color (decimal): -2586707 or 11372504. OLE color: 11372504.

HSL color Cylindrical-coordinate representation of color #D887AD: hue angle of 331.85º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D887AD is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 135 173 -
CMYK 0 0.38 0.20 0.15
HSL 331.85º 0.51% 0.69% -
HSV(B) 331.85º 0.38% 0.85% -
XYZ 44.53 34.94 43.93 -
YUV 163.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 216 135 173 0 0.38 0.20 0.15 331.85 0.51 0.69
Hex D8 87 AD 0 26 14 F 14C 33 45
Octal 330 207 255 0 46 24 17 514 63 105
Binary 11011000 10000111 10101101 0 100110 10100 1111 101001100 110011 1000101

Color Harmonies of #D887AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D887AD

Black with #D887AD

Text Example


Text Example

White with #D887AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D887AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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