#DD67AF

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

Shades of Hot Pink #DD67AF

Tints of Hot Pink #DD67AF

Color information

#DD67AF (or 0xDD67AF) is unknown color: approx Hot Pink. HEX triplet: DD, 67 and AF. RGB value is (221,103,175). Sum of RGB (Red+Green+Blue) = 221+103+175=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD67AF is #229850. Grayscale: #929292. Windows color (decimal): -2267217 or 11495389. OLE color: 11495389.

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

Color convert

RGB221103175-
CMYK00.530.210.13
HSL323.39º63.44%63.53%-
HSV(B)323.39º53.39%86.67%-
XYZ42.4128.1743.76-
YUV146.49144.09181.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 103 (40.62% from 255) = 20.64%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=44.29%
G=20.64%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110317500.530.210.13323.3963.4463.53
HexDD67AF03515D1433f40
Octal335147257065251550377100
Binary1101110111001111010111101101011010111011010000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67AF; }

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

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

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

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

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

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

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

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