Html Css Color HEX #D925B2 Spicy Pink

📋 copy color: '#D925B2'

red 217 ◦ green 37 ◦ blue 178

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

Shades of Spicy Pink #D925B2

Tints of Spicy Pink #D925B2

RGB

 RED value IS 217 (85.16% from 255) = 50.23%

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

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

R = 50.23%
G = 8.56%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D925B2 (or 0xD925B2) is known color: Spicy Pink. HEX triplet: D9, 25 and B2. RGB value is (217,37,178). Sum of RGB (Red+Green+Blue) = 217+37+178=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D925B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D925B2 is #26DA4D. Grayscale: #6A6A6A. Windows color (decimal): -2546254 or 11675097. OLE color: 11675097.

HSL color Cylindrical-coordinate representation of color #D925B2: hue angle of 313º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D925B2 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 178 -
CMYK 0 0.83 0.18 0.15
HSL 313º 0.71% 0.5% -
HSV(B) 313º 0.83% 0.85% -
XYZ 37.31 19.29 43.88 -
YUV 106.89 168.13 206.54 -
System Red Green Blue C M Y K H S L
Decimal 217 37 178 0 0.83 0.18 0.15 313 0.71 0.5
Hex D9 25 B2 0 53 12 F 139 47 32
Octal 331 45 262 0 123 22 17 471 107 62
Binary 11011001 100101 10110010 0 1010011 10010 1111 100111001 1000111 110010

Color Harmonies of #D925B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D925B2

Black with #D925B2

Text Example


Text Example

White with #D925B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D925B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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