Html Css Color HEX #D626B2 Spicy Pink

📋 copy color: '#D626B2'

red 214 ◦ green 38 ◦ blue 178

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

Shades of Spicy Pink #D626B2

Tints of Spicy Pink #D626B2

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.84%

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

R = 49.77%
G = 8.84%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D626B2 (or 0xD626B2) is known color: Spicy Pink. HEX triplet: D6, 26 and B2. RGB value is (214,38,178). Sum of RGB (Red+Green+Blue) = 214+38+178=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D626B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D626B2 is #29D94D. Grayscale: #6A6A6A. Windows color (decimal): -2742606 or 11675350. OLE color: 11675350.

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

Color convert

RGB 214 38 178 -
CMYK 0 0.82 0.17 0.16
HSL 312.27º 0.7% 0.49% -
HSV(B) 312.27º 0.82% 0.84% -
XYZ 36.46 18.9 43.85 -
YUV 106.58 168.31 204.62 -
System Red Green Blue C M Y K H S L
Decimal 214 38 178 0 0.82 0.17 0.16 312.27 0.7 0.49
Hex D6 26 B2 0 52 11 10 138 46 31
Octal 326 46 262 0 122 21 20 470 106 61
Binary 11010110 100110 10110010 0 1010010 10001 10000 100111000 1000110 110001

Color Harmonies of #D626B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626B2

Black with #D626B2

Text Example


Text Example

White with #D626B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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