#DA67B4

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

Shades of Hot Pink #DA67B4

Tints of Hot Pink #DA67B4

Color information

#DA67B4 (or 0xDA67B4) is unknown color: approx Hot Pink. HEX triplet: DA, 67 and B4. RGB value is (218,103,180). Sum of RGB (Red+Green+Blue) = 218+103+180=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA67B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67B4 is #25984B. Grayscale: #919191. Windows color (decimal): -2463820 or 11823066. OLE color: 11823066.

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

Color convert

RGB218103180-
CMYK00.530.170.15
HSL319.83º60.85%62.94%-
HSV(B)319.83º52.75%85.49%-
XYZ4227.946.35-
YUV146.16147.1179.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 103 (40.62% from 255) = 20.56%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=43.51%
G=20.56%
B=35.93%

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
Decimal21810318000.530.170.15319.8360.8562.94
HexDA67B403511F1403d3f
Octal33214726406521175007577
Binary110110101100111101101000110101100011111101000000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA67B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA67B4; }

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

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

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

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

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

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

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

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