Html Css Color HEX #DF14B4 Shocking Pink

📋 copy color: '#DF14B4'

red 223 ◦ green 20 ◦ blue 180

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

Shades of Shocking Pink #DF14B4

Tints of Shocking Pink #DF14B4

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.73%

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

R = 52.72%
G = 4.73%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF14B4 (or 0xDF14B4) is known color: Shocking Pink. HEX triplet: DF, 14 and B4. RGB value is (223,20,180). Sum of RGB (Red+Green+Blue) = 223+20+180=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14B4 is #20EB4B. Grayscale: #626262. Windows color (decimal): -2157388 or 11801823. OLE color: 11801823.

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

Color convert

RGB 223 20 180 -
CMYK 0 0.91 0.19 0.13
HSL 312.71º 0.84% 0.48% -
HSV(B) 312.71º 0.91% 0.87% -
XYZ 38.92 19.48 44.89 -
YUV 98.94 173.75 216.49 -
System Red Green Blue C M Y K H S L
Decimal 223 20 180 0 0.91 0.19 0.13 312.71 0.84 0.48
Hex DF 14 B4 0 5B 13 D 139 54 30
Octal 337 24 264 0 133 23 15 471 124 60
Binary 11011111 10100 10110100 0 1011011 10011 1101 100111001 1010100 110000

Color Harmonies of #DF14B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF14B4

Black with #DF14B4

Text Example


Text Example

White with #DF14B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF14B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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