Html Css Color HEX #D92EB2 Spicy Pink

📋 copy color: '#D92EB2'

red 217 ◦ green 46 ◦ blue 178

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

Shades of Spicy Pink #D92EB2

Tints of Spicy Pink #D92EB2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.43%

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

R = 49.21%
G = 10.43%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D92EB2 (or 0xD92EB2) is known color: Spicy Pink. HEX triplet: D9, 2E and B2. RGB value is (217,46,178). Sum of RGB (Red+Green+Blue) = 217+46+178=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D92EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92EB2 is #26D14D. Grayscale: #6F6F6F. Windows color (decimal): -2543950 or 11677401. OLE color: 11677401.

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

Color convert

RGB 217 46 178 -
CMYK 0 0.79 0.18 0.15
HSL 313.68º 0.69% 0.52% -
HSV(B) 313.68º 0.79% 0.85% -
XYZ 37.63 19.92 43.98 -
YUV 112.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 217 46 178 0 0.79 0.18 0.15 313.68 0.69 0.52
Hex D9 2E B2 0 4F 12 F 13A 45 34
Octal 331 56 262 0 117 22 17 472 105 64
Binary 11011001 101110 10110010 0 1001111 10010 1111 100111010 1000101 110100

Color Harmonies of #D92EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92EB2

Black with #D92EB2

Text Example


Text Example

White with #D92EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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