Html Css Color HEX #DA23B0 Spicy Pink

📋 copy color: '#DA23B0'

red 218 ◦ green 35 ◦ blue 176

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

Shades of Spicy Pink #DA23B0

Tints of Spicy Pink #DA23B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.03%

R = 50.82%
G = 8.16%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA23B0 (or 0xDA23B0) is known color: Spicy Pink. HEX triplet: DA, 23 and B0. RGB value is (218,35,176). Sum of RGB (Red+Green+Blue) = 218+35+176=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA23B0 is #25DC4F. Grayscale: #696969. Windows color (decimal): -2481232 or 11543514. OLE color: 11543514.

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

Color convert

RGB 218 35 176 -
CMYK 0 0.84 0.19 0.15
HSL 313.77º 0.72% 0.5% -
HSV(B) 313.77º 0.84% 0.85% -
XYZ 37.35 19.24 42.82 -
YUV 105.79 167.63 208.04 -
System Red Green Blue C M Y K H S L
Decimal 218 35 176 0 0.84 0.19 0.15 313.77 0.72 0.5
Hex DA 23 B0 0 54 13 F 13A 48 32
Octal 332 43 260 0 124 23 17 472 110 62
Binary 11011010 100011 10110000 0 1010100 10011 1111 100111010 1001000 110010

Color Harmonies of #DA23B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA23B0

Black with #DA23B0

Text Example


Text Example

White with #DA23B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA23B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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