Html Css Color HEX #DA19B3 Shocking Pink

📋 copy color: '#DA19B3'

red 218 ◦ green 25 ◦ blue 179

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

Shades of Shocking Pink #DA19B3

Tints of Shocking Pink #DA19B3

RGB

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

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

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

R = 51.66%
G = 5.92%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA19B3 (or 0xDA19B3) is known color: Shocking Pink. HEX triplet: DA, 19 and B3. RGB value is (218,25,179). Sum of RGB (Red+Green+Blue) = 218+25+179=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19B3 is #25E64C. Grayscale: #636363. Windows color (decimal): -2483789 or 11737562. OLE color: 11737562.

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

Color convert

RGB 218 25 179 -
CMYK 0 0.89 0.18 0.15
HSL 312.12º 0.79% 0.48% -
HSV(B) 312.12º 0.89% 0.85% -
XYZ 37.4 18.86 44.32 -
YUV 100.26 172.44 211.98 -
System Red Green Blue C M Y K H S L
Decimal 218 25 179 0 0.89 0.18 0.15 312.12 0.79 0.48
Hex DA 19 B3 0 59 12 F 138 4F 30
Octal 332 31 263 0 131 22 17 470 117 60
Binary 11011010 11001 10110011 0 1011001 10010 1111 100111000 1001111 110000

Color Harmonies of #DA19B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19B3

Black with #DA19B3

Text Example


Text Example

White with #DA19B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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