Html Css Color HEX #D628B8 Spicy Pink

📋 copy color: '#D628B8'

red 214 ◦ green 40 ◦ blue 184

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

Shades of Spicy Pink #D628B8

Tints of Spicy Pink #D628B8

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.13%

 BLUE value IS 184 (72.27% from 255) = 42.01%

R = 48.86%
G = 9.13%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D628B8 (or 0xD628B8) is known color: Spicy Pink. HEX triplet: D6, 28 and B8. RGB value is (214,40,184). Sum of RGB (Red+Green+Blue) = 214+40+184=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D628B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628B8 is #29D747. Grayscale: #6C6C6C. Windows color (decimal): -2742088 or 12069078. OLE color: 12069078.

HSL color Cylindrical-coordinate representation of color #D628B8: hue angle of 310.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D628B8 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 184 -
CMYK 0 0.81 0.14 0.16
HSL 310.34º 0.69% 0.5% -
HSV(B) 310.34º 0.81% 0.84% -
XYZ 37.14 19.27 47.11 -
YUV 108.44 170.65 203.29 -
System Red Green Blue C M Y K H S L
Decimal 214 40 184 0 0.81 0.14 0.16 310.34 0.69 0.5
Hex D6 28 B8 0 51 E 10 136 45 32
Octal 326 50 270 0 121 16 20 466 105 62
Binary 11010110 101000 10111000 0 1010001 1110 10000 100110110 1000101 110010

Color Harmonies of #D628B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628B8

Black with #D628B8

Text Example


Text Example

White with #D628B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628B8; }

 p { color: rgb(214,40,184); }

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

background-color css

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

 a { background-color: rgb(214,40,184); }

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

border-color css

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

 span { border-color: rgb(214,40,184); }

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