Html Css Color HEX #DF58B4 Hot Pink

📋 copy color: '#DF58B4'

red 223 ◦ green 88 ◦ blue 180

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

Shades of Hot Pink #DF58B4

Tints of Hot Pink #DF58B4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.92%

 BLUE value IS 180 (70.7% from 255) = 36.66%

R = 45.42%
G = 17.92%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF58B4 (or 0xDF58B4) is known color: Hot Pink. HEX triplet: DF, 58 and B4. RGB value is (223,88,180). Sum of RGB (Red+Green+Blue) = 223+88+180=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF58B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF58B4 is #20A74B. Grayscale: #8A8A8A. Windows color (decimal): -2139980 or 11819231. OLE color: 11819231.

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

Color convert

RGB 223 88 180 -
CMYK 0 0.61 0.19 0.13
HSL 319.11º 0.68% 0.61% -
HSV(B) 319.11º 0.61% 0.87% -
XYZ 42.16 25.96 45.97 -
YUV 138.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 223 88 180 0 0.61 0.19 0.13 319.11 0.68 0.61
Hex DF 58 B4 0 3D 13 D 13F 44 3D
Octal 337 130 264 0 75 23 15 477 104 75
Binary 11011111 1011000 10110100 0 111101 10011 1101 100111111 1000100 111101

Color Harmonies of #DF58B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF58B4

Black with #DF58B4

Text Example


Text Example

White with #DF58B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF58B4; }

 p { color: rgb(223,88,180); }

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

background-color css

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

 a { background-color: rgb(223,88,180); }

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

border-color css

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

 span { border-color: rgb(223,88,180); }

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