Html Css Color HEX #D625B1 Spicy Pink

📋 copy color: '#D625B1'

red 214 ◦ green 37 ◦ blue 177

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

Shades of Spicy Pink #D625B1

Tints of Spicy Pink #D625B1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.64%

 BLUE value IS 177 (69.53% from 255) = 41.36%

R = 50%
G = 8.64%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D625B1 (or 0xD625B1) is known color: Spicy Pink. HEX triplet: D6, 25 and B1. RGB value is (214,37,177). Sum of RGB (Red+Green+Blue) = 214+37+177=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D625B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D625B1 is #29DA4E. Grayscale: #696969. Windows color (decimal): -2742863 or 11609558. OLE color: 11609558.

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

Color convert

RGB 214 37 177 -
CMYK 0 0.83 0.17 0.16
HSL 312.54º 0.71% 0.49% -
HSV(B) 312.54º 0.83% 0.84% -
XYZ 36.33 18.79 43.31 -
YUV 105.88 168.14 205.12 -
System Red Green Blue C M Y K H S L
Decimal 214 37 177 0 0.83 0.17 0.16 312.54 0.71 0.49
Hex D6 25 B1 0 53 11 10 139 47 31
Octal 326 45 261 0 123 21 20 471 107 61
Binary 11010110 100101 10110001 0 1010011 10001 10000 100111001 1000111 110001

Color Harmonies of #D625B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625B1

Black with #D625B1

Text Example


Text Example

White with #D625B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625B1; }

 p { color: rgb(214,37,177); }

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

background-color css

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

 a { background-color: rgb(214,37,177); }

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

border-color css

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

 span { border-color: rgb(214,37,177); }

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