Html Css Color HEX #DF93A5 Kobi

📋 copy color: '#DF93A5'

red 223 ◦ green 147 ◦ blue 165

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

Shades of Kobi #DF93A5

Tints of Kobi #DF93A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.84%

R = 41.68%
G = 27.48%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF93A5 (or 0xDF93A5) is known color: Kobi. HEX triplet: DF, 93 and A5. RGB value is (223,147,165). Sum of RGB (Red+Green+Blue) = 223+147+165=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF93A5 is #206C5A. Grayscale: #ABABAB. Windows color (decimal): -2124891 or 10851295. OLE color: 10851295.

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

Color convert

RGB 223 147 165 -
CMYK 0 0.34 0.26 0.13
HSL 345.79º 0.54% 0.73% -
HSV(B) 345.79º 0.34% 0.87% -
XYZ 47.66 39.27 40.67 -
YUV 171.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 223 147 165 0 0.34 0.26 0.13 345.79 0.54 0.73
Hex DF 93 A5 0 22 1A D 15A 36 49
Octal 337 223 245 0 42 32 15 532 66 111
Binary 11011111 10010011 10100101 0 100010 11010 1101 101011010 110110 1001001

Color Harmonies of #DF93A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93A5

Black with #DF93A5

Text Example


Text Example

White with #DF93A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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