Html Css Color HEX #D61EB3 Shocking Pink

📋 copy color: '#D61EB3'

red 214 ◦ green 30 ◦ blue 179

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

Shades of Shocking Pink #D61EB3

Tints of Shocking Pink #D61EB3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.09%

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

R = 50.59%
G = 7.09%
B = 42.32%

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

#D61EB3 (or 0xD61EB3) is known color: Shocking Pink. HEX triplet: D6, 1E and B3. RGB value is (214,30,179). Sum of RGB (Red+Green+Blue) = 214+30+179=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61EB3 is #29E14C. Grayscale: #656565. Windows color (decimal): -2744653 or 11738838. OLE color: 11738838.

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

Color convert

RGB 214 30 179 -
CMYK 0 0.86 0.16 0.16
HSL 311.41º 0.75% 0.48% -
HSV(B) 311.41º 0.86% 0.84% -
XYZ 36.33 18.48 44.3 -
YUV 102 171.46 207.88 -
System Red Green Blue C M Y K H S L
Decimal 214 30 179 0 0.86 0.16 0.16 311.41 0.75 0.48
Hex D6 1E B3 0 56 10 10 137 4B 30
Octal 326 36 263 0 126 20 20 467 113 60
Binary 11010110 11110 10110011 0 1010110 10000 10000 100110111 1001011 110000

Color Harmonies of #D61EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EB3

Black with #D61EB3

Text Example


Text Example

White with #D61EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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