#DD96AF

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

Shades of Kobi #DD96AF

Tints of Kobi #DD96AF

Color information

#DD96AF (or 0xDD96AF) is unknown color: approx Kobi. HEX triplet: DD, 96 and AF. RGB value is (221,150,175). Sum of RGB (Red+Green+Blue) = 221+150+175=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96AF is #226950. Grayscale: #AEAEAE. Windows color (decimal): -2255185 or 11507421. OLE color: 11507421.

HSL color Cylindrical-coordinate representation of color #DD96AF: hue angle of 338.87º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD96AF is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221150175-
CMYK00.320.210.13
HSL338.87º51.08%72.75%-
HSV(B)338.87º32.13%86.67%-
XYZ48.4640.2845.78-
YUV174.08128.52161.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=40.48%
G=27.47%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115017500.320.210.13338.8751.0872.75
HexDD96AF02015D1533349
Octal335226257040251552363111
Binary11011101100101101010111101000001010111011010100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96AF; }

 p { color: rgb(221,150,175); }

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

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

 a { background-color: rgb(221,150,175); }

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

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

 span { border-color: rgb(221,150,175); }

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