Html Css Color HEX #D627B0 Spicy Pink

📋 copy color: '#D627B0'

red 214 ◦ green 39 ◦ blue 176

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

Shades of Spicy Pink #D627B0

Tints of Spicy Pink #D627B0

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.09%

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

R = 49.88%
G = 9.09%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D627B0 (or 0xD627B0) is known color: Spicy Pink. HEX triplet: D6, 27 and B0. RGB value is (214,39,176). Sum of RGB (Red+Green+Blue) = 214+39+176=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D627B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D627B0 is #29D84F. Grayscale: #6A6A6A. Windows color (decimal): -2742352 or 11544534. OLE color: 11544534.

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

Color convert

RGB 214 39 176 -
CMYK 0 0.82 0.18 0.16
HSL 313.03º 0.69% 0.5% -
HSV(B) 313.03º 0.82% 0.84% -
XYZ 36.29 18.88 42.81 -
YUV 106.94 166.98 204.36 -
System Red Green Blue C M Y K H S L
Decimal 214 39 176 0 0.82 0.18 0.16 313.03 0.69 0.5
Hex D6 27 B0 0 52 12 10 139 45 32
Octal 326 47 260 0 122 22 20 471 105 62
Binary 11010110 100111 10110000 0 1010010 10010 10000 100111001 1000101 110010

Color Harmonies of #D627B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627B0

Black with #D627B0

Text Example


Text Example

White with #D627B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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