Html Css Color HEX #D620B4 Shocking Pink

📋 copy color: '#D620B4'

red 214 ◦ green 32 ◦ blue 180

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

Shades of Shocking Pink #D620B4

Tints of Shocking Pink #D620B4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.51%

 BLUE value IS 180 (70.7% from 255) = 42.25%

R = 50.23%
G = 7.51%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D620B4 (or 0xD620B4) is known color: Shocking Pink. HEX triplet: D6, 20 and B4. RGB value is (214,32,180). Sum of RGB (Red+Green+Blue) = 214+32+180=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D620B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620B4 is #29DF4B. Grayscale: #666666. Windows color (decimal): -2744140 or 11804886. OLE color: 11804886.

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

Color convert

RGB 214 32 180 -
CMYK 0 0.85 0.16 0.16
HSL 311.21º 0.74% 0.48% -
HSV(B) 311.21º 0.85% 0.84% -
XYZ 36.49 18.62 44.85 -
YUV 103.29 171.3 206.97 -
System Red Green Blue C M Y K H S L
Decimal 214 32 180 0 0.85 0.16 0.16 311.21 0.74 0.48
Hex D6 20 B4 0 55 10 10 137 4A 30
Octal 326 40 264 0 125 20 20 467 112 60
Binary 11010110 100000 10110100 0 1010101 10000 10000 100110111 1001010 110000

Color Harmonies of #D620B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620B4

Black with #D620B4

Text Example


Text Example

White with #D620B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620B4; }

 p { color: rgb(214,32,180); }

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

background-color css

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

 a { background-color: rgb(214,32,180); }

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

border-color css

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

 span { border-color: rgb(214,32,180); }

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