Html Css Color HEX #DA15B4 Shocking Pink

📋 copy color: '#DA15B4'

red 218 ◦ green 21 ◦ blue 180

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

Shades of Shocking Pink #DA15B4

Tints of Shocking Pink #DA15B4

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.01%

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

R = 52.03%
G = 5.01%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA15B4 (or 0xDA15B4) is known color: Shocking Pink. HEX triplet: DA, 15 and B4. RGB value is (218,21,180). Sum of RGB (Red+Green+Blue) = 218+21+180=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15B4 is #25EA4B. Grayscale: #616161. Windows color (decimal): -2484812 or 11802074. OLE color: 11802074.

HSL color Cylindrical-coordinate representation of color #DA15B4: hue angle of 311.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15B4 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 180 -
CMYK 0 0.90 0.17 0.15
HSL 311.57º 0.82% 0.47% -
HSV(B) 311.57º 0.9% 0.85% -
XYZ 37.42 18.74 44.82 -
YUV 98.03 174.27 213.57 -
System Red Green Blue C M Y K H S L
Decimal 218 21 180 0 0.90 0.17 0.15 311.57 0.82 0.47
Hex DA 15 B4 0 5A 11 F 138 52 2F
Octal 332 25 264 0 132 21 17 470 122 57
Binary 11011010 10101 10110100 0 1011010 10001 1111 100111000 1010010 101111

Color Harmonies of #DA15B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15B4

Black with #DA15B4

Text Example


Text Example

White with #DA15B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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