#DD67B4

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

Shades of Hot Pink #DD67B4

Tints of Hot Pink #DD67B4

Color information

#DD67B4 (or 0xDD67B4) is unknown color: approx Hot Pink. HEX triplet: DD, 67 and B4. RGB value is (221,103,180). Sum of RGB (Red+Green+Blue) = 221+103+180=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67B4 is #22984B. Grayscale: #929292. Windows color (decimal): -2267212 or 11823069. OLE color: 11823069.

HSL color Cylindrical-coordinate representation of color #DD67B4: hue angle of 320.85º 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 #DD67B4 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221103180-
CMYK00.530.190.13
HSL320.85º63.44%63.53%-
HSV(B)320.85º53.39%86.67%-
XYZ42.9128.3746.39-
YUV147.06146.59180.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 103 (40.62% from 255) = 20.44%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=43.85%
G=20.44%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110318000.530.190.13320.8563.4463.53
HexDD67B403513D1413f40
Octal335147264065231550177100
Binary1101110111001111011010001101011001111011010000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67B4; }

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

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

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

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

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

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

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

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