Html Css Color HEX #DF1DC7 Shocking Pink

📋 copy color: '#DF1DC7'

red 223 ◦ green 29 ◦ blue 199

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

Shades of Shocking Pink #DF1DC7

Tints of Shocking Pink #DF1DC7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.43%

 BLUE value IS 199 (78.13% from 255) = 44.12%

R = 49.45%
G = 6.43%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF1DC7 (or 0xDF1DC7) is known color: Shocking Pink. HEX triplet: DF, 1D and C7. RGB value is (223,29,199). Sum of RGB (Red+Green+Blue) = 223+29+199=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1DC7 is #20E238. Grayscale: #696969. Windows color (decimal): -2155065 or 13049311. OLE color: 13049311.

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

Color convert

RGB 223 29 199 -
CMYK 0 0.87 0.11 0.13
HSL 307.42º 0.77% 0.49% -
HSV(B) 307.42º 0.87% 0.87% -
XYZ 41.18 20.69 55.86 -
YUV 106.39 180.27 211.18 -
System Red Green Blue C M Y K H S L
Decimal 223 29 199 0 0.87 0.11 0.13 307.42 0.77 0.49
Hex DF 1D C7 0 57 B D 133 4D 31
Octal 337 35 307 0 127 13 15 463 115 61
Binary 11011111 11101 11000111 0 1010111 1011 1101 100110011 1001101 110001

Color Harmonies of #DF1DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1DC7

Black with #DF1DC7

Text Example


Text Example

White with #DF1DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1DC7; }

 p { color: rgb(223,29,199); }

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

background-color css

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

 a { background-color: rgb(223,29,199); }

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

border-color css

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

 span { border-color: rgb(223,29,199); }

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