Html Css Color HEX #DF95AF Kobi

📋 copy color: '#DF95AF'

red 223 ◦ green 149 ◦ blue 175

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

Shades of Kobi #DF95AF

Tints of Kobi #DF95AF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.24%

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 40.77%
G = 27.24%
B = 31.99%

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

#DF95AF (or 0xDF95AF) is known color: Kobi. HEX triplet: DF, 95 and AF. RGB value is (223,149,175). Sum of RGB (Red+Green+Blue) = 223+149+175=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF95AF is #206A50. Grayscale: #AEAEAE. Windows color (decimal): -2124369 or 11507167. OLE color: 11507167.

HSL color Cylindrical-coordinate representation of color #DF95AF: hue angle of 338.92º degrees, saturation: 0.54, 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 #DF95AF is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 175 -
CMYK 0 0.33 0.22 0.13
HSL 338.92º 0.54% 0.73% -
HSV(B) 338.92º 0.33% 0.87% -
XYZ 48.92 40.28 45.75 -
YUV 174.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 223 149 175 0 0.33 0.22 0.13 338.92 0.54 0.73
Hex DF 95 AF 0 21 16 D 153 36 49
Octal 337 225 257 0 41 26 15 523 66 111
Binary 11011111 10010101 10101111 0 100001 10110 1101 101010011 110110 1001001

Color Harmonies of #DF95AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF95AF

Black with #DF95AF

Text Example


Text Example

White with #DF95AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF95AF; }

 p { color: rgb(223,149,175); }

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

background-color css

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

 a { background-color: rgb(223,149,175); }

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

border-color css

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

 span { border-color: rgb(223,149,175); }

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