Html Css Color HEX #DA2DB1 Spicy Pink

📋 copy color: '#DA2DB1'

red 218 ◦ green 45 ◦ blue 177

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

Shades of Spicy Pink #DA2DB1

Tints of Spicy Pink #DA2DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.23%

 BLUE value IS 177 (69.53% from 255) = 40.23%

R = 49.55%
G = 10.23%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA2DB1 (or 0xDA2DB1) is known color: Spicy Pink. HEX triplet: DA, 2D and B1. RGB value is (218,45,177). Sum of RGB (Red+Green+Blue) = 218+45+177=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2DB1 is #25D24E. Grayscale: #6F6F6F. Windows color (decimal): -2478671 or 11611610. OLE color: 11611610.

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

Color convert

RGB 218 45 177 -
CMYK 0 0.79 0.19 0.15
HSL 314.22º 0.7% 0.52% -
HSV(B) 314.22º 0.79% 0.85% -
XYZ 37.79 19.96 43.46 -
YUV 111.78 164.81 203.77 -
System Red Green Blue C M Y K H S L
Decimal 218 45 177 0 0.79 0.19 0.15 314.22 0.7 0.52
Hex DA 2D B1 0 4F 13 F 13A 46 34
Octal 332 55 261 0 117 23 17 472 106 64
Binary 11011010 101101 10110001 0 1001111 10011 1111 100111010 1000110 110100

Color Harmonies of #DA2DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2DB1

Black with #DA2DB1

Text Example


Text Example

White with #DA2DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2DB1; }

 p { color: rgb(218,45,177); }

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

background-color css

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

 a { background-color: rgb(218,45,177); }

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

border-color css

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

 span { border-color: rgb(218,45,177); }

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