Html Css Color HEX #DA17B4 Shocking Pink

📋 copy color: '#DA17B4'

red 218 ◦ green 23 ◦ blue 180

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

Shades of Shocking Pink #DA17B4

Tints of Shocking Pink #DA17B4

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.46%

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

R = 51.78%
G = 5.46%
B = 42.76%

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

#DA17B4 (or 0xDA17B4) is known color: Shocking Pink. HEX triplet: DA, 17 and B4. RGB value is (218,23,180). Sum of RGB (Red+Green+Blue) = 218+23+180=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17B4 is #25E84B. Grayscale: #626262. Windows color (decimal): -2484300 or 11802586. OLE color: 11802586.

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

Color convert

RGB 218 23 180 -
CMYK 0 0.89 0.17 0.15
HSL 311.69º 0.81% 0.47% -
HSV(B) 311.69º 0.89% 0.85% -
XYZ 37.46 18.81 44.84 -
YUV 99.2 173.6 212.73 -
System Red Green Blue C M Y K H S L
Decimal 218 23 180 0 0.89 0.17 0.15 311.69 0.81 0.47
Hex DA 17 B4 0 59 11 F 138 51 2F
Octal 332 27 264 0 131 21 17 470 121 57
Binary 11011010 10111 10110100 0 1011001 10001 1111 100111000 1010001 101111

Color Harmonies of #DA17B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17B4

Black with #DA17B4

Text Example


Text Example

White with #DA17B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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