Html Css Color HEX #D830B2 Spicy Pink

📋 copy color: '#D830B2'

red 216 ◦ green 48 ◦ blue 178

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

Shades of Spicy Pink #D830B2

Tints of Spicy Pink #D830B2

RGB

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

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

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

R = 48.87%
G = 10.86%
B = 40.27%

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

#D830B2 (or 0xD830B2) is known color: Spicy Pink. HEX triplet: D8, 30 and B2. RGB value is (216,48,178). Sum of RGB (Red+Green+Blue) = 216+48+178=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D830B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D830B2 is #27CF4D. Grayscale: #707070. Windows color (decimal): -2608974 or 11677912. OLE color: 11677912.

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

Color convert

RGB 216 48 178 -
CMYK 0 0.78 0.18 0.15
HSL 313.57º 0.68% 0.52% -
HSV(B) 313.57º 0.78% 0.85% -
XYZ 37.41 19.93 43.99 -
YUV 113.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 216 48 178 0 0.78 0.18 0.15 313.57 0.68 0.52
Hex D8 30 B2 0 4E 12 F 13A 44 34
Octal 330 60 262 0 116 22 17 472 104 64
Binary 11011000 110000 10110010 0 1001110 10010 1111 100111010 1000100 110100

Color Harmonies of #D830B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830B2

Black with #D830B2

Text Example


Text Example

White with #D830B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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