#DD8FA3

Color #DD8FA3 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DD8FA3

Tints of Kobi #DD8FA3

Color information

#DD8FA3 (or 0xDD8FA3) is unknown color: approx Kobi. HEX triplet: DD, 8F and A3. RGB value is (221,143,163). Sum of RGB (Red+Green+Blue) = 221+143+163=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8FA3 is #22705C. Grayscale: #A8A8A8. Windows color (decimal): -2256989 or 10719197. OLE color: 10719197.

HSL color Cylindrical-coordinate representation of color #DD8FA3: hue angle of 344.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8FA3 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB221143163-
CMYK00.350.260.13
HSL344.62º53.42%71.37%-
HSV(B)344.62º35.29%86.67%-
XYZ46.2537.6639.48-
YUV168.6124.84165.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 163 (64.06% from 255) = 30.93%
R=41.94%
G=27.13%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114316300.350.260.13344.6253.4271.37
HexDD8FA30231AD1593547
Octal335217243043321553165107
Binary11011101100011111010001101000111101011011010110011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FA3; }

 p { color: rgb(221,143,163); }

 H1.HeaderClassName
 {
   color: #DD8FA3;
 }
 .AnyTagClassName
 {
   color: #DD8FA3;
 }
</style>
background-color css

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

 a { background-color: rgb(221,143,163); }

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

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

 span { border-color: rgb(221,143,163); }

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