Html Css Color HEX #DA19B0 Shocking Pink

📋 copy color: '#DA19B0'

red 218 ◦ green 25 ◦ blue 176

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

Shades of Shocking Pink #DA19B0

Tints of Shocking Pink #DA19B0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.97%

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

R = 52.03%
G = 5.97%
B = 42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA19B0 (or 0xDA19B0) is known color: Shocking Pink. HEX triplet: DA, 19 and B0. RGB value is (218,25,176). Sum of RGB (Red+Green+Blue) = 218+25+176=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA19B0 is #25E64F. Grayscale: #636363. Windows color (decimal): -2483792 or 11540954. OLE color: 11540954.

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

Color convert

RGB 218 25 176 -
CMYK 0 0.89 0.19 0.15
HSL 313.06º 0.79% 0.48% -
HSV(B) 313.06º 0.89% 0.85% -
XYZ 37.1 18.74 42.74 -
YUV 99.92 170.94 212.22 -
System Red Green Blue C M Y K H S L
Decimal 218 25 176 0 0.89 0.19 0.15 313.06 0.79 0.48
Hex DA 19 B0 0 59 13 F 139 4F 30
Octal 332 31 260 0 131 23 17 471 117 60
Binary 11011010 11001 10110000 0 1011001 10011 1111 100111001 1001111 110000

Color Harmonies of #DA19B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19B0

Black with #DA19B0

Text Example


Text Example

White with #DA19B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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