Html Css Color HEX #DF88AF Kobi

📋 copy color: '#DF88AF'

red 223 ◦ green 136 ◦ blue 175

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

Shades of Kobi #DF88AF

Tints of Kobi #DF88AF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.47%

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

R = 41.76%
G = 25.47%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF88AF (or 0xDF88AF) is known color: Kobi. HEX triplet: DF, 88 and AF. RGB value is (223,136,175). Sum of RGB (Red+Green+Blue) = 223+136+175=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88AF is #207750. Grayscale: #A6A6A6. Windows color (decimal): -2127697 or 11503839. OLE color: 11503839.

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

Color convert

RGB 223 136 175 -
CMYK 0 0.39 0.22 0.13
HSL 333.1º 0.58% 0.7% -
HSV(B) 333.1º 0.39% 0.87% -
XYZ 46.97 36.39 45.11 -
YUV 166.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 223 136 175 0 0.39 0.22 0.13 333.1 0.58 0.7
Hex DF 88 AF 0 27 16 D 14D 3A 46
Octal 337 210 257 0 47 26 15 515 72 106
Binary 11011111 10001000 10101111 0 100111 10110 1101 101001101 111010 1000110

Color Harmonies of #DF88AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF88AF

Black with #DF88AF

Text Example


Text Example

White with #DF88AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF88AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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