Html Css Color HEX #DA5DB0 Hot Pink

📋 copy color: '#DA5DB0'

red 218 ◦ green 93 ◦ blue 176

#DA5DB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #DA5DB0

Tints of Hot Pink #DA5DB0

RGB

 RED value IS 218 (85.55% from 255) = 44.76%

 GREEN value IS 93 (36.72% from 255) = 19.1%

 BLUE value IS 176 (69.14% from 255) = 36.14%

R = 44.76%
G = 19.1%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA5DB0 (or 0xDA5DB0) is known color: Hot Pink. HEX triplet: DA, 5D and B0. RGB value is (218,93,176). Sum of RGB (Red+Green+Blue) = 218+93+176=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5DB0 is #25A24F. Grayscale: #8B8B8B. Windows color (decimal): -2466384 or 11558362. OLE color: 11558362.

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

Color convert

RGB 218 93 176 -
CMYK 0 0.57 0.19 0.15
HSL 320.16º 0.63% 0.61% -
HSV(B) 320.16º 0.57% 0.85% -
XYZ 40.66 25.87 43.92 -
YUV 139.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 218 93 176 0 0.57 0.19 0.15 320.16 0.63 0.61
Hex DA 5D B0 0 39 13 F 140 3F 3D
Octal 332 135 260 0 71 23 17 500 77 75
Binary 11011010 1011101 10110000 0 111001 10011 1111 101000000 111111 111101

Color Harmonies of #DA5DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5DB0

Black with #DA5DB0

Text Example


Text Example

White with #DA5DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5DB0; }

 p { color: rgb(218,93,176); }

 H1.HeaderClassName
 {
   color: #DA5DB0;
 }
 .AnyTagClassName
 {
   color: #DA5DB0;
 }
</style>

background-color css

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

 a { background-color: rgb(218,93,176); }

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

border-color css

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

 span { border-color: rgb(218,93,176); }

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