Html Css Color HEX #DF0DB4 Shocking Pink

📋 copy color: '#DF0DB4'

red 223 ◦ green 13 ◦ blue 180

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

Shades of Shocking Pink #DF0DB4

Tints of Shocking Pink #DF0DB4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

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

R = 53.61%
G = 3.13%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF0DB4 (or 0xDF0DB4) is known color: Shocking Pink. HEX triplet: DF, 0D and B4. RGB value is (223,13,180). Sum of RGB (Red+Green+Blue) = 223+13+180=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DB4 is #20F24B. Grayscale: #5E5E5E. Windows color (decimal): -2159180 or 11800031. OLE color: 11800031.

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

Color convert

RGB 223 13 180 -
CMYK 0 0.94 0.19 0.13
HSL 312.29º 0.89% 0.46% -
HSV(B) 312.29º 0.94% 0.87% -
XYZ 38.81 19.27 44.85 -
YUV 94.83 176.07 219.42 -
System Red Green Blue C M Y K H S L
Decimal 223 13 180 0 0.94 0.19 0.13 312.29 0.89 0.46
Hex DF D B4 0 5E 13 D 138 59 2E
Octal 337 15 264 0 136 23 15 470 131 56
Binary 11011111 1101 10110100 0 1011110 10011 1101 100111000 1011001 101110

Color Harmonies of #DF0DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DB4

Black with #DF0DB4

Text Example


Text Example

White with #DF0DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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