Html Css Color HEX #D725B2 Spicy Pink

📋 copy color: '#D725B2'

red 215 ◦ green 37 ◦ blue 178

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

Shades of Spicy Pink #D725B2

Tints of Spicy Pink #D725B2

RGB

 RED value IS 215 (84.38% from 255) = 50%

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

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

R = 50%
G = 8.6%
B = 41.4%

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

#D725B2 (or 0xD725B2) is known color: Spicy Pink. HEX triplet: D7, 25 and B2. RGB value is (215,37,178). Sum of RGB (Red+Green+Blue) = 215+37+178=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D725B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D725B2 is #28DA4D. Grayscale: #696969. Windows color (decimal): -2677326 or 11675095. OLE color: 11675095.

HSL color Cylindrical-coordinate representation of color #D725B2: hue angle of 312.47º 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 #D725B2 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 37 178 -
CMYK 0 0.83 0.17 0.16
HSL 312.47º 0.71% 0.49% -
HSV(B) 312.47º 0.83% 0.84% -
XYZ 36.72 18.98 43.85 -
YUV 106.3 168.47 205.54 -
System Red Green Blue C M Y K H S L
Decimal 215 37 178 0 0.83 0.17 0.16 312.47 0.71 0.49
Hex D7 25 B2 0 53 11 10 138 47 31
Octal 327 45 262 0 123 21 20 470 107 61
Binary 11010111 100101 10110010 0 1010011 10001 10000 100111000 1000111 110001

Color Harmonies of #D725B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D725B2

Black with #D725B2

Text Example


Text Example

White with #D725B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D725B2; }

 p { color: rgb(215,37,178); }

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

background-color css

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

 a { background-color: rgb(215,37,178); }

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

border-color css

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

 span { border-color: rgb(215,37,178); }

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