Html Css Color HEX #DF93AD Kobi

📋 copy color: '#DF93AD'

red 223 ◦ green 147 ◦ blue 173

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

Shades of Kobi #DF93AD

Tints of Kobi #DF93AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.07%

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

R = 41.07%
G = 27.07%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF93AD (or 0xDF93AD) is known color: Kobi. HEX triplet: DF, 93 and AD. RGB value is (223,147,173). Sum of RGB (Red+Green+Blue) = 223+147+173=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF93AD is #206C52. Grayscale: #ACACAC. Windows color (decimal): -2124883 or 11375583. OLE color: 11375583.

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

Color convert

RGB 223 147 173 -
CMYK 0 0.34 0.22 0.13
HSL 339.47º 0.54% 0.73% -
HSV(B) 339.47º 0.34% 0.87% -
XYZ 48.41 39.57 44.62 -
YUV 172.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 223 147 173 0 0.34 0.22 0.13 339.47 0.54 0.73
Hex DF 93 AD 0 22 16 D 153 36 49
Octal 337 223 255 0 42 26 15 523 66 111
Binary 11011111 10010011 10101101 0 100010 10110 1101 101010011 110110 1001001

Color Harmonies of #DF93AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93AD

Black with #DF93AD

Text Example


Text Example

White with #DF93AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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