Html Css Color HEX #DA23B5 Spicy Pink

📋 copy color: '#DA23B5'

red 218 ◦ green 35 ◦ blue 181

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

Shades of Spicy Pink #DA23B5

Tints of Spicy Pink #DA23B5

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.06%

 BLUE value IS 181 (71.09% from 255) = 41.71%

R = 50.23%
G = 8.06%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA23B5 (or 0xDA23B5) is known color: Spicy Pink. HEX triplet: DA, 23 and B5. RGB value is (218,35,181). Sum of RGB (Red+Green+Blue) = 218+35+181=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23B5 is #25DC4A. Grayscale: #696969. Windows color (decimal): -2481227 or 11871194. OLE color: 11871194.

HSL color Cylindrical-coordinate representation of color #DA23B5: hue angle of 312.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA23B5 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 35 181 -
CMYK 0 0.84 0.17 0.15
HSL 312.13º 0.72% 0.5% -
HSV(B) 312.13º 0.84% 0.85% -
XYZ 37.85 19.44 45.47 -
YUV 106.36 170.13 207.63 -
System Red Green Blue C M Y K H S L
Decimal 218 35 181 0 0.84 0.17 0.15 312.13 0.72 0.5
Hex DA 23 B5 0 54 11 F 138 48 32
Octal 332 43 265 0 124 21 17 470 110 62
Binary 11011010 100011 10110101 0 1010100 10001 1111 100111000 1001000 110010

Color Harmonies of #DA23B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA23B5

Black with #DA23B5

Text Example


Text Example

White with #DA23B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA23B5; }

 p { color: rgb(218,35,181); }

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

background-color css

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

 a { background-color: rgb(218,35,181); }

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

border-color css

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

 span { border-color: rgb(218,35,181); }

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