#DA69B4

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

Shades of Hot Pink #DA69B4

Tints of Hot Pink #DA69B4

Color information

#DA69B4 (or 0xDA69B4) is unknown color: approx Hot Pink. HEX triplet: DA, 69 and B4. RGB value is (218,105,180). Sum of RGB (Red+Green+Blue) = 218+105+180=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69B4 is #25964B. Grayscale: #939393. Windows color (decimal): -2463308 or 11823578. OLE color: 11823578.

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

Color convert

RGB218105180-
CMYK00.520.170.15
HSL320.18º60.43%63.33%-
HSV(B)320.18º51.83%85.49%-
XYZ42.228.346.42-
YUV147.34146.44178.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=43.34%
G=20.87%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810518000.520.170.15320.1860.4363.33
HexDA69B403411F1403c3f
Octal33215126406421175007477
Binary110110101101001101101000110100100011111101000000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA69B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA69B4; }

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

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

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

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

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

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

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

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