Html Css Color HEX #DF1CBB Shocking Pink

📋 copy color: '#DF1CBB'

red 223 ◦ green 28 ◦ blue 187

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

Shades of Shocking Pink #DF1CBB

Tints of Shocking Pink #DF1CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.39%

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

R = 50.91%
G = 6.39%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF1CBB (or 0xDF1CBB) is known color: Shocking Pink. HEX triplet: DF, 1C and BB. RGB value is (223,28,187). Sum of RGB (Red+Green+Blue) = 223+28+187=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1CBB is #20E344. Grayscale: #676767. Windows color (decimal): -2155333 or 12262623. OLE color: 12262623.

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

Color convert

RGB 223 28 187 -
CMYK 0 0.87 0.16 0.13
HSL 311.08º 0.78% 0.49% -
HSV(B) 311.08º 0.87% 0.87% -
XYZ 39.82 20.11 48.8 -
YUV 104.43 174.6 212.57 -
System Red Green Blue C M Y K H S L
Decimal 223 28 187 0 0.87 0.16 0.13 311.08 0.78 0.49
Hex DF 1C BB 0 57 10 D 137 4E 31
Octal 337 34 273 0 127 20 15 467 116 61
Binary 11011111 11100 10111011 0 1010111 10000 1101 100110111 1001110 110001

Color Harmonies of #DF1CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1CBB

Black with #DF1CBB

Text Example


Text Example

White with #DF1CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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