#DA67B6

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

Shades of Hot Pink #DA67B6

Tints of Hot Pink #DA67B6

Color information

#DA67B6 (or 0xDA67B6) is unknown color: approx Hot Pink. HEX triplet: DA, 67 and B6. RGB value is (218,103,182). Sum of RGB (Red+Green+Blue) = 218+103+182=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA67B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67B6 is #259849. Grayscale: #929292. Windows color (decimal): -2463818 or 11954138. OLE color: 11954138.

HSL color Cylindrical-coordinate representation of color #DA67B6: hue angle of 318.78º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA67B6 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218103182-
CMYK00.530.170.15
HSL318.78º60.85%62.94%-
HSV(B)318.78º52.75%85.49%-
XYZ42.2127.9847.43-
YUV146.39148.1179.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 103 (40.62% from 255) = 20.48%
BLUE value IS 182 (71.48% from 255) = 36.18%
R=43.34%
G=20.48%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810318200.530.170.15318.7860.8562.94
HexDA67B603511F13f3d3f
Octal33214726606521174777577
Binary110110101100111101101100110101100011111100111111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA67B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA67B6; }

 p { color: rgb(218,103,182); }

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

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

 a { background-color: rgb(218,103,182); }

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

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

 span { border-color: rgb(218,103,182); }

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