Html Css Color HEX #DA30B3 Spicy Pink

📋 copy color: '#DA30B3'

red 218 ◦ green 48 ◦ blue 179

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

Shades of Spicy Pink #DA30B3

Tints of Spicy Pink #DA30B3

RGB

 RED value IS 218 (85.55% from 255) = 48.99%

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

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

R = 48.99%
G = 10.79%
B = 40.22%

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

#DA30B3 (or 0xDA30B3) is known color: Spicy Pink. HEX triplet: DA, 30 and B3. RGB value is (218,48,179). Sum of RGB (Red+Green+Blue) = 218+48+179=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA30B3 is #25CF4C. Grayscale: #717171. Windows color (decimal): -2477901 or 11743450. OLE color: 11743450.

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

Color convert

RGB 218 48 179 -
CMYK 0 0.78 0.18 0.15
HSL 313.76º 0.7% 0.52% -
HSV(B) 313.76º 0.78% 0.85% -
XYZ 38.11 20.27 44.55 -
YUV 113.76 164.82 202.35 -
System Red Green Blue C M Y K H S L
Decimal 218 48 179 0 0.78 0.18 0.15 313.76 0.7 0.52
Hex DA 30 B3 0 4E 12 F 13A 46 34
Octal 332 60 263 0 116 22 17 472 106 64
Binary 11011010 110000 10110011 0 1001110 10010 1111 100111010 1000110 110100

Color Harmonies of #DA30B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA30B3

Black with #DA30B3

Text Example


Text Example

White with #DA30B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA30B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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