Html Css Color HEX #D61CB1 Shocking Pink

📋 copy color: '#D61CB1'

red 214 ◦ green 28 ◦ blue 177

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

Shades of Shocking Pink #D61CB1

Tints of Shocking Pink #D61CB1

RGB

 RED value IS 214 (83.98% from 255) = 51.07%

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

 BLUE value IS 177 (69.53% from 255) = 42.24%

R = 51.07%
G = 6.68%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D61CB1 (or 0xD61CB1) is known color: Shocking Pink. HEX triplet: D6, 1C and B1. RGB value is (214,28,177). Sum of RGB (Red+Green+Blue) = 214+28+177=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CB1 is #29E34E. Grayscale: #646464. Windows color (decimal): -2745167 or 11607254. OLE color: 11607254.

HSL color Cylindrical-coordinate representation of color #D61CB1: hue angle of 311.94º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61CB1 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 28 177 -
CMYK 0 0.87 0.17 0.16
HSL 311.94º 0.77% 0.47% -
HSV(B) 311.94º 0.87% 0.84% -
XYZ 36.08 18.3 43.23 -
YUV 100.6 171.12 208.88 -
System Red Green Blue C M Y K H S L
Decimal 214 28 177 0 0.87 0.17 0.16 311.94 0.77 0.47
Hex D6 1C B1 0 57 11 10 138 4D 2F
Octal 326 34 261 0 127 21 20 470 115 57
Binary 11010110 11100 10110001 0 1010111 10001 10000 100111000 1001101 101111

Color Harmonies of #D61CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CB1

Black with #D61CB1

Text Example


Text Example

White with #D61CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CB1; }

 p { color: rgb(214,28,177); }

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

background-color css

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

 a { background-color: rgb(214,28,177); }

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

border-color css

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

 span { border-color: rgb(214,28,177); }

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