Html Css Color HEX #D61AB0 Shocking Pink

📋 copy color: '#D61AB0'

red 214 ◦ green 26 ◦ blue 176

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

Shades of Shocking Pink #D61AB0

Tints of Shocking Pink #D61AB0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.25%

 BLUE value IS 176 (69.14% from 255) = 42.31%

R = 51.44%
G = 6.25%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D61AB0 (or 0xD61AB0) is known color: Shocking Pink. HEX triplet: D6, 1A and B0. RGB value is (214,26,176). Sum of RGB (Red+Green+Blue) = 214+26+176=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D61AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61AB0 is #29E54F. Grayscale: #626262. Windows color (decimal): -2745680 or 11541206. OLE color: 11541206.

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

Color convert

RGB 214 26 176 -
CMYK 0 0.88 0.18 0.16
HSL 312.13º 0.78% 0.47% -
HSV(B) 312.13º 0.88% 0.84% -
XYZ 35.94 18.17 42.69 -
YUV 99.31 171.28 209.8 -
System Red Green Blue C M Y K H S L
Decimal 214 26 176 0 0.88 0.18 0.16 312.13 0.78 0.47
Hex D6 1A B0 0 58 12 10 138 4E 2F
Octal 326 32 260 0 130 22 20 470 116 57
Binary 11010110 11010 10110000 0 1011000 10010 10000 100111000 1001110 101111

Color Harmonies of #D61AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AB0

Black with #D61AB0

Text Example


Text Example

White with #D61AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AB0; }

 p { color: rgb(214,26,176); }

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

background-color css

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

 a { background-color: rgb(214,26,176); }

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

border-color css

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

 span { border-color: rgb(214,26,176); }

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