Html Css Color HEX #DF93A9 Kobi

📋 copy color: '#DF93A9'

red 223 ◦ green 147 ◦ blue 169

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

Shades of Kobi #DF93A9

Tints of Kobi #DF93A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.35%

R = 41.37%
G = 27.27%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF93A9 (or 0xDF93A9) is known color: Kobi. HEX triplet: DF, 93 and A9. RGB value is (223,147,169). Sum of RGB (Red+Green+Blue) = 223+147+169=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF93A9 is #206C56. Grayscale: #ACACAC. Windows color (decimal): -2124887 or 11113439. OLE color: 11113439.

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

Color convert

RGB 223 147 169 -
CMYK 0 0.34 0.24 0.13
HSL 342.63º 0.54% 0.73% -
HSV(B) 342.63º 0.34% 0.87% -
XYZ 48.03 39.42 42.61 -
YUV 172.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 223 147 169 0 0.34 0.24 0.13 342.63 0.54 0.73
Hex DF 93 A9 0 22 18 D 157 36 49
Octal 337 223 251 0 42 30 15 527 66 111
Binary 11011111 10010011 10101001 0 100010 11000 1101 101010111 110110 1001001

Color Harmonies of #DF93A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93A9

Black with #DF93A9

Text Example


Text Example

White with #DF93A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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