Html Css Color HEX #D930B2 Spicy Pink

📋 copy color: '#D930B2'

red 217 ◦ green 48 ◦ blue 178

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

Shades of Spicy Pink #D930B2

Tints of Spicy Pink #D930B2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.84%

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

R = 48.98%
G = 10.84%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D930B2 (or 0xD930B2) is known color: Spicy Pink. HEX triplet: D9, 30 and B2. RGB value is (217,48,178). Sum of RGB (Red+Green+Blue) = 217+48+178=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D930B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D930B2 is #26CF4D. Grayscale: #707070. Windows color (decimal): -2543438 or 11677913. OLE color: 11677913.

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

Color convert

RGB 217 48 178 -
CMYK 0 0.78 0.18 0.15
HSL 313.85º 0.69% 0.52% -
HSV(B) 313.85º 0.78% 0.85% -
XYZ 37.71 20.08 44.01 -
YUV 113.35 164.49 201.93 -
System Red Green Blue C M Y K H S L
Decimal 217 48 178 0 0.78 0.18 0.15 313.85 0.69 0.52
Hex D9 30 B2 0 4E 12 F 13A 45 34
Octal 331 60 262 0 116 22 17 472 105 64
Binary 11011001 110000 10110010 0 1001110 10010 1111 100111010 1000101 110100

Color Harmonies of #D930B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930B2

Black with #D930B2

Text Example


Text Example

White with #D930B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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