Html Css Color HEX #DF96AD Kobi

📋 copy color: '#DF96AD'

red 223 ◦ green 150 ◦ blue 173

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

Shades of Kobi #DF96AD

Tints of Kobi #DF96AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.47%

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

R = 40.84%
G = 27.47%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF96AD (or 0xDF96AD) is known color: Kobi. HEX triplet: DF, 96 and AD. RGB value is (223,150,173). Sum of RGB (Red+Green+Blue) = 223+150+173=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF96AD is #206952. Grayscale: #AEAEAE. Windows color (decimal): -2124115 or 11376351. OLE color: 11376351.

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

Color convert

RGB 223 150 173 -
CMYK 0 0.33 0.22 0.13
HSL 341.1º 0.53% 0.73% -
HSV(B) 341.1º 0.33% 0.87% -
XYZ 48.88 40.52 44.78 -
YUV 174.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 223 150 173 0 0.33 0.22 0.13 341.1 0.53 0.73
Hex DF 96 AD 0 21 16 D 155 35 49
Octal 337 226 255 0 41 26 15 525 65 111
Binary 11011111 10010110 10101101 0 100001 10110 1101 101010101 110101 1001001

Color Harmonies of #DF96AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF96AD

Black with #DF96AD

Text Example


Text Example

White with #DF96AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF96AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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