Html Css Color HEX #D629B6 Spicy Pink

📋 copy color: '#D629B6'

red 214 ◦ green 41 ◦ blue 182

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

Shades of Spicy Pink #D629B6

Tints of Spicy Pink #D629B6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.38%

 BLUE value IS 182 (71.48% from 255) = 41.65%

R = 48.97%
G = 9.38%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D629B6 (or 0xD629B6) is known color: Spicy Pink. HEX triplet: D6, 29 and B6. RGB value is (214,41,182). Sum of RGB (Red+Green+Blue) = 214+41+182=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D629B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629B6 is #29D649. Grayscale: #6C6C6C. Windows color (decimal): -2741834 or 11938262. OLE color: 11938262.

HSL color Cylindrical-coordinate representation of color #D629B6: hue angle of 311.1º degrees, saturation: 0.68, 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 #D629B6 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 182 -
CMYK 0 0.81 0.15 0.16
HSL 311.1º 0.68% 0.5% -
HSV(B) 311.1º 0.81% 0.84% -
XYZ 36.97 19.26 46.02 -
YUV 108.8 169.31 203.04 -
System Red Green Blue C M Y K H S L
Decimal 214 41 182 0 0.81 0.15 0.16 311.1 0.68 0.5
Hex D6 29 B6 0 51 F 10 137 44 32
Octal 326 51 266 0 121 17 20 467 104 62
Binary 11010110 101001 10110110 0 1010001 1111 10000 100110111 1000100 110010

Color Harmonies of #D629B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629B6

Black with #D629B6

Text Example


Text Example

White with #D629B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629B6; }

 p { color: rgb(214,41,182); }

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

background-color css

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

 a { background-color: rgb(214,41,182); }

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

border-color css

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

 span { border-color: rgb(214,41,182); }

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