Html Css Color HEX #DF87AD Kobi

📋 copy color: '#DF87AD'

red 223 ◦ green 135 ◦ blue 173

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

Shades of Kobi #DF87AD

Tints of Kobi #DF87AD

RGB

 RED value IS 223 (87.5% from 255) = 42%

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

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

R = 42%
G = 25.42%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF87AD (or 0xDF87AD) is known color: Kobi. HEX triplet: DF, 87 and AD. RGB value is (223,135,173). Sum of RGB (Red+Green+Blue) = 223+135+173=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF87AD is #207852. Grayscale: #A5A5A5. Windows color (decimal): -2127955 or 11372511. OLE color: 11372511.

HSL color Cylindrical-coordinate representation of color #DF87AD: hue angle of 334.09º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF87AD is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 135 173 -
CMYK 0 0.39 0.22 0.13
HSL 334.09º 0.58% 0.7% -
HSV(B) 334.09º 0.39% 0.87% -
XYZ 46.64 36.03 44.03 -
YUV 165.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 223 135 173 0 0.39 0.22 0.13 334.09 0.58 0.7
Hex DF 87 AD 0 27 16 D 14E 3A 46
Octal 337 207 255 0 47 26 15 516 72 106
Binary 11011111 10000111 10101101 0 100111 10110 1101 101001110 111010 1000110

Color Harmonies of #DF87AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF87AD

Black with #DF87AD

Text Example


Text Example

White with #DF87AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF87AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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