Html Css Color HEX #D830B3 Spicy Pink

📋 copy color: '#D830B3'

red 216 ◦ green 48 ◦ blue 179

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

Shades of Spicy Pink #D830B3

Tints of Spicy Pink #D830B3

RGB

 RED value IS 216 (84.77% from 255) = 48.76%

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

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

R = 48.76%
G = 10.84%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D830B3 (or 0xD830B3) is known color: Spicy Pink. HEX triplet: D8, 30 and B3. RGB value is (216,48,179). Sum of RGB (Red+Green+Blue) = 216+48+179=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D830B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830B3 is #27CF4C. Grayscale: #707070. Windows color (decimal): -2608973 or 11743448. OLE color: 11743448.

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

Color convert

RGB 216 48 179 -
CMYK 0 0.78 0.17 0.15
HSL 313.21º 0.68% 0.52% -
HSV(B) 313.21º 0.78% 0.85% -
XYZ 37.51 19.97 44.52 -
YUV 113.17 165.16 201.35 -
System Red Green Blue C M Y K H S L
Decimal 216 48 179 0 0.78 0.17 0.15 313.21 0.68 0.52
Hex D8 30 B3 0 4E 11 F 139 44 34
Octal 330 60 263 0 116 21 17 471 104 64
Binary 11011000 110000 10110011 0 1001110 10001 1111 100111001 1000100 110100

Color Harmonies of #D830B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830B3

Black with #D830B3

Text Example


Text Example

White with #D830B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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