Html Css Color HEX #D930B3 Spicy Pink

📋 copy color: '#D930B3'

red 217 ◦ green 48 ◦ blue 179

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

Shades of Spicy Pink #D930B3

Tints of Spicy Pink #D930B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.32%

R = 48.87%
G = 10.81%
B = 40.32%

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

#D930B3 (or 0xD930B3) is known color: Spicy Pink. HEX triplet: D9, 30 and B3. RGB value is (217,48,179). Sum of RGB (Red+Green+Blue) = 217+48+179=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D930B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D930B3 is #26CF4C. Grayscale: #717171. Windows color (decimal): -2543437 or 11743449. OLE color: 11743449.

HSL color Cylindrical-coordinate representation of color #D930B3: hue angle of 313.49º 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 #D930B3 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 179 -
CMYK 0 0.78 0.18 0.15
HSL 313.49º 0.69% 0.52% -
HSV(B) 313.49º 0.78% 0.85% -
XYZ 37.81 20.12 44.54 -
YUV 113.47 164.99 201.85 -
System Red Green Blue C M Y K H S L
Decimal 217 48 179 0 0.78 0.18 0.15 313.49 0.69 0.52
Hex D9 30 B3 0 4E 12 F 139 45 34
Octal 331 60 263 0 116 22 17 471 105 64
Binary 11011001 110000 10110011 0 1001110 10010 1111 100111001 1000101 110100

Color Harmonies of #D930B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930B3

Black with #D930B3

Text Example


Text Example

White with #D930B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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