Html Css Color HEX #D61DB2 Shocking Pink

📋 copy color: '#D61DB2'

red 214 ◦ green 29 ◦ blue 178

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

Shades of Shocking Pink #D61DB2

Tints of Shocking Pink #D61DB2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.89%

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 50.83%
G = 6.89%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D61DB2 (or 0xD61DB2) is known color: Shocking Pink. HEX triplet: D6, 1D and B2. RGB value is (214,29,178). Sum of RGB (Red+Green+Blue) = 214+29+178=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61DB2 is #29E24D. Grayscale: #646464. Windows color (decimal): -2744910 or 11673046. OLE color: 11673046.

HSL color Cylindrical-coordinate representation of color #D61DB2: hue angle of 311.68º degrees, saturation: 0.76, 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 #D61DB2 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 29 178 -
CMYK 0 0.86 0.17 0.16
HSL 311.68º 0.76% 0.48% -
HSV(B) 311.68º 0.86% 0.84% -
XYZ 36.21 18.39 43.76 -
YUV 101.3 171.29 208.38 -
System Red Green Blue C M Y K H S L
Decimal 214 29 178 0 0.86 0.17 0.16 311.68 0.76 0.48
Hex D6 1D B2 0 56 11 10 138 4C 30
Octal 326 35 262 0 126 21 20 470 114 60
Binary 11010110 11101 10110010 0 1010110 10001 10000 100111000 1001100 110000

Color Harmonies of #D61DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DB2

Black with #D61DB2

Text Example


Text Example

White with #D61DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DB2; }

 p { color: rgb(214,29,178); }

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

background-color css

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

 a { background-color: rgb(214,29,178); }

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

border-color css

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

 span { border-color: rgb(214,29,178); }

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