Html Css Color HEX #DF93A8 Kobi

📋 copy color: '#DF93A8'

red 223 ◦ green 147 ◦ blue 168

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

Shades of Kobi #DF93A8

Tints of Kobi #DF93A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.23%

R = 41.45%
G = 27.32%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF93A8 (or 0xDF93A8) is known color: Kobi. HEX triplet: DF, 93 and A8. RGB value is (223,147,168). Sum of RGB (Red+Green+Blue) = 223+147+168=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF93A8 is #206C57. Grayscale: #ACACAC. Windows color (decimal): -2124888 or 11047903. OLE color: 11047903.

HSL color Cylindrical-coordinate representation of color #DF93A8: hue angle of 343.42º 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 #DF93A8 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 147 168 -
CMYK 0 0.34 0.25 0.13
HSL 343.42º 0.54% 0.73% -
HSV(B) 343.42º 0.34% 0.87% -
XYZ 47.93 39.38 42.12 -
YUV 172.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 223 147 168 0 0.34 0.25 0.13 343.42 0.54 0.73
Hex DF 93 A8 0 22 19 D 157 36 49
Octal 337 223 250 0 42 31 15 527 66 111
Binary 11011111 10010011 10101000 0 100010 11001 1101 101010111 110110 1001001

Color Harmonies of #DF93A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93A8

Black with #DF93A8

Text Example


Text Example

White with #DF93A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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