Html Css Color HEX #DF5AB2 Hot Pink

📋 copy color: '#DF5AB2'

red 223 ◦ green 90 ◦ blue 178

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

Shades of Hot Pink #DF5AB2

Tints of Hot Pink #DF5AB2

RGB

 RED value IS 223 (87.5% from 255) = 45.42%

 GREEN value IS 90 (35.55% from 255) = 18.33%

 BLUE value IS 178 (69.92% from 255) = 36.25%

R = 45.42%
G = 18.33%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF5AB2 (or 0xDF5AB2) is known color: Hot Pink. HEX triplet: DF, 5A and B2. RGB value is (223,90,178). Sum of RGB (Red+Green+Blue) = 223+90+178=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5AB2 is #20A54D. Grayscale: #8B8B8B. Windows color (decimal): -2139470 or 11688671. OLE color: 11688671.

HSL color Cylindrical-coordinate representation of color #DF5AB2: hue angle of 320.3º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5AB2 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 90 178 -
CMYK 0 0.60 0.20 0.13
HSL 320.3º 0.68% 0.61% -
HSV(B) 320.3º 0.6% 0.87% -
XYZ 42.12 26.21 44.96 -
YUV 139.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 223 90 178 0 0.60 0.20 0.13 320.3 0.68 0.61
Hex DF 5A B2 0 3C 14 D 140 44 3D
Octal 337 132 262 0 74 24 15 500 104 75
Binary 11011111 1011010 10110010 0 111100 10100 1101 101000000 1000100 111101

Color Harmonies of #DF5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5AB2

Black with #DF5AB2

Text Example


Text Example

White with #DF5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5AB2; }

 p { color: rgb(223,90,178); }

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

background-color css

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

 a { background-color: rgb(223,90,178); }

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

border-color css

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

 span { border-color: rgb(223,90,178); }

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