Html Css Color HEX #D125B0 Spicy Pink

📋 copy color: '#D125B0'

red 209 ◦ green 37 ◦ blue 176

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

Shades of Spicy Pink #D125B0

Tints of Spicy Pink #D125B0

RGB

 RED value IS 209 (82.03% from 255) = 49.53%

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

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

R = 49.53%
G = 8.77%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D125B0 (or 0xD125B0) is known color: Spicy Pink. HEX triplet: D1, 25 and B0. RGB value is (209,37,176). Sum of RGB (Red+Green+Blue) = 209+37+176=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D125B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D125B0 is #2EDA4F. Grayscale: #676767. Windows color (decimal): -3070544 or 11544017. OLE color: 11544017.

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

Color convert

RGB 209 37 176 -
CMYK 0 0.82 0.16 0.18
HSL 311.51º 0.7% 0.48% -
HSV(B) 311.51º 0.82% 0.82% -
XYZ 34.79 18.01 42.72 -
YUV 104.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 209 37 176 0 0.82 0.16 0.18 311.51 0.7 0.48
Hex D1 25 B0 0 52 10 12 138 46 30
Octal 321 45 260 0 122 20 22 470 106 60
Binary 11010001 100101 10110000 0 1010010 10000 10010 100111000 1000110 110000

Color Harmonies of #D125B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D125B0

Black with #D125B0

Text Example


Text Example

White with #D125B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D125B0; }

 p { color: rgb(209,37,176); }

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

background-color css

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

 a { background-color: rgb(209,37,176); }

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

border-color css

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

 span { border-color: rgb(209,37,176); }

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