Html Css Color HEX #D61FB3 Shocking Pink

📋 copy color: '#D61FB3'

red 214 ◦ green 31 ◦ blue 179

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

Shades of Shocking Pink #D61FB3

Tints of Shocking Pink #D61FB3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.31%

 BLUE value IS 179 (70.31% from 255) = 42.22%

R = 50.47%
G = 7.31%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D61FB3 (or 0xD61FB3) is known color: Shocking Pink. HEX triplet: D6, 1F and B3. RGB value is (214,31,179). Sum of RGB (Red+Green+Blue) = 214+31+179=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FB3 is #29E04C. Grayscale: #666666. Windows color (decimal): -2744397 or 11739094. OLE color: 11739094.

HSL color Cylindrical-coordinate representation of color #D61FB3: hue angle of 311.48º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61FB3 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 31 179 -
CMYK 0 0.86 0.16 0.16
HSL 311.48º 0.75% 0.48% -
HSV(B) 311.48º 0.86% 0.84% -
XYZ 36.36 18.53 44.31 -
YUV 102.59 171.13 207.47 -
System Red Green Blue C M Y K H S L
Decimal 214 31 179 0 0.86 0.16 0.16 311.48 0.75 0.48
Hex D6 1F B3 0 56 10 10 137 4B 30
Octal 326 37 263 0 126 20 20 467 113 60
Binary 11010110 11111 10110011 0 1010110 10000 10000 100110111 1001011 110000

Color Harmonies of #D61FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FB3

Black with #D61FB3

Text Example


Text Example

White with #D61FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FB3; }

 p { color: rgb(214,31,179); }

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

background-color css

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

 a { background-color: rgb(214,31,179); }

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

border-color css

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

 span { border-color: rgb(214,31,179); }

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