Html Css Color HEX #DF25B9 Shocking Pink

📋 copy color: '#DF25B9'

red 223 ◦ green 37 ◦ blue 185

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

Shades of Shocking Pink #DF25B9

Tints of Shocking Pink #DF25B9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.31%

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 50.11%
G = 8.31%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF25B9 (or 0xDF25B9) is known color: Shocking Pink. HEX triplet: DF, 25 and B9. RGB value is (223,37,185). Sum of RGB (Red+Green+Blue) = 223+37+185=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25B9 is #20DA46. Grayscale: #6D6D6D. Windows color (decimal): -2153031 or 12133855. OLE color: 12133855.

HSL color Cylindrical-coordinate representation of color #DF25B9: hue angle of 312.26º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF25B9 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 37 185 -
CMYK 0 0.83 0.17 0.13
HSL 312.26º 0.74% 0.51% -
HSV(B) 312.26º 0.83% 0.87% -
XYZ 39.85 20.51 47.76 -
YUV 109.49 170.62 208.97 -
System Red Green Blue C M Y K H S L
Decimal 223 37 185 0 0.83 0.17 0.13 312.26 0.74 0.51
Hex DF 25 B9 0 53 11 D 138 4A 33
Octal 337 45 271 0 123 21 15 470 112 63
Binary 11011111 100101 10111001 0 1010011 10001 1101 100111000 1001010 110011

Color Harmonies of #DF25B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25B9

Black with #DF25B9

Text Example


Text Example

White with #DF25B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25B9; }

 p { color: rgb(223,37,185); }

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

background-color css

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

 a { background-color: rgb(223,37,185); }

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

border-color css

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

 span { border-color: rgb(223,37,185); }

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