Html Css Color HEX #DF06B7 Shocking Pink

📋 copy color: '#DF06B7'

red 223 ◦ green 6 ◦ blue 183

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

Shades of Shocking Pink #DF06B7

Tints of Shocking Pink #DF06B7

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.46%

 BLUE value IS 183 (71.88% from 255) = 44.42%

R = 54.13%
G = 1.46%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF06B7 (or 0xDF06B7) is known color: Shocking Pink. HEX triplet: DF, 06 and B7. RGB value is (223,6,183). Sum of RGB (Red+Green+Blue) = 223+6+183=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF06B7 is #20F948. Grayscale: #5A5A5A. Windows color (decimal): -2160969 or 11994847. OLE color: 11994847.

HSL color Cylindrical-coordinate representation of color #DF06B7: hue angle of 311.06º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF06B7 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 6 183 -
CMYK 0 0.97 0.18 0.13
HSL 311.06º 0.95% 0.45% -
HSV(B) 311.06º 0.97% 0.87% -
XYZ 39.04 19.24 46.46 -
YUV 91.06 179.89 222.11 -
System Red Green Blue C M Y K H S L
Decimal 223 6 183 0 0.97 0.18 0.13 311.06 0.95 0.45
Hex DF 6 B7 0 61 12 D 137 5F 2D
Octal 337 6 267 0 141 22 15 467 137 55
Binary 11011111 110 10110111 0 1100001 10010 1101 100110111 1011111 101101

Color Harmonies of #DF06B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06B7

Black with #DF06B7

Text Example


Text Example

White with #DF06B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06B7; }

 p { color: rgb(223,6,183); }

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

background-color css

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

 a { background-color: rgb(223,6,183); }

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

border-color css

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

 span { border-color: rgb(223,6,183); }

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