Html Css Color HEX #DA19B4 Shocking Pink

📋 copy color: '#DA19B4'

red 218 ◦ green 25 ◦ blue 180

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

Shades of Shocking Pink #DA19B4

Tints of Shocking Pink #DA19B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 51.54%
G = 5.91%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA19B4 (or 0xDA19B4) is known color: Shocking Pink. HEX triplet: DA, 19 and B4. RGB value is (218,25,180). Sum of RGB (Red+Green+Blue) = 218+25+180=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19B4 is #25E64B. Grayscale: #636363. Windows color (decimal): -2483788 or 11803098. OLE color: 11803098.

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

Color convert

RGB 218 25 180 -
CMYK 0 0.89 0.17 0.15
HSL 311.81º 0.79% 0.48% -
HSV(B) 311.81º 0.89% 0.85% -
XYZ 37.5 18.9 44.85 -
YUV 100.38 172.94 211.9 -
System Red Green Blue C M Y K H S L
Decimal 218 25 180 0 0.89 0.17 0.15 311.81 0.79 0.48
Hex DA 19 B4 0 59 11 F 138 4F 30
Octal 332 31 264 0 131 21 17 470 117 60
Binary 11011010 11001 10110100 0 1011001 10001 1111 100111000 1001111 110000

Color Harmonies of #DA19B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19B4

Black with #DA19B4

Text Example


Text Example

White with #DA19B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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