Html Css Color HEX #DF8FAD Kobi

📋 copy color: '#DF8FAD'

red 223 ◦ green 143 ◦ blue 173

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

Shades of Kobi #DF8FAD

Tints of Kobi #DF8FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.53%

 BLUE value IS 173 (67.97% from 255) = 32.1%

R = 41.37%
G = 26.53%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF8FAD (or 0xDF8FAD) is known color: Kobi. HEX triplet: DF, 8F and AD. RGB value is (223,143,173). Sum of RGB (Red+Green+Blue) = 223+143+173=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8FAD is #207052. Grayscale: #AAAAAA. Windows color (decimal): -2125907 or 11374559. OLE color: 11374559.

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

Color convert

RGB 223 143 173 -
CMYK 0 0.36 0.22 0.13
HSL 337.5º 0.56% 0.72% -
HSV(B) 337.5º 0.36% 0.87% -
XYZ 47.8 38.35 44.42 -
YUV 170.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 223 143 173 0 0.36 0.22 0.13 337.5 0.56 0.72
Hex DF 8F AD 0 24 16 D 152 38 48
Octal 337 217 255 0 44 26 15 522 70 110
Binary 11011111 10001111 10101101 0 100100 10110 1101 101010010 111000 1001000

Color Harmonies of #DF8FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8FAD

Black with #DF8FAD

Text Example


Text Example

White with #DF8FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8FAD; }

 p { color: rgb(223,143,173); }

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

background-color css

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

 a { background-color: rgb(223,143,173); }

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

border-color css

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

 span { border-color: rgb(223,143,173); }

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