Html Css Color HEX #DF25BB Shocking Pink

📋 copy color: '#DF25BB'

red 223 ◦ green 37 ◦ blue 187

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

Shades of Shocking Pink #DF25BB

Tints of Shocking Pink #DF25BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 49.89%
G = 8.28%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF25BB (or 0xDF25BB) is known color: Shocking Pink. HEX triplet: DF, 25 and BB. RGB value is (223,37,187). Sum of RGB (Red+Green+Blue) = 223+37+187=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25BB is #20DA44. Grayscale: #6D6D6D. Windows color (decimal): -2153029 or 12264927. OLE color: 12264927.

HSL color Cylindrical-coordinate representation of color #DF25BB: hue angle of 311.61º 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 #DF25BB is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 37 187 -
CMYK 0 0.83 0.16 0.13
HSL 311.61º 0.74% 0.51% -
HSV(B) 311.61º 0.83% 0.87% -
XYZ 40.06 20.6 48.88 -
YUV 109.71 171.62 208.8 -
System Red Green Blue C M Y K H S L
Decimal 223 37 187 0 0.83 0.16 0.13 311.61 0.74 0.51
Hex DF 25 BB 0 53 10 D 138 4A 33
Octal 337 45 273 0 123 20 15 470 112 63
Binary 11011111 100101 10111011 0 1010011 10000 1101 100111000 1001010 110011

Color Harmonies of #DF25BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25BB

Black with #DF25BB

Text Example


Text Example

White with #DF25BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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