Html Css Color HEX #DA17AD Hollywood Cerise

📋 copy color: '#DA17AD'

red 218 ◦ green 23 ◦ blue 173

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

Shades of Hollywood Cerise #DA17AD

Tints of Hollywood Cerise #DA17AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 52.66%
G = 5.56%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA17AD (or 0xDA17AD) is known color: Hollywood Cerise. HEX triplet: DA, 17 and AD. RGB value is (218,23,173). Sum of RGB (Red+Green+Blue) = 218+23+173=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA17AD is #25E852. Grayscale: #616161. Windows color (decimal): -2484307 or 11343834. OLE color: 11343834.

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

Color convert

RGB 218 23 173 -
CMYK 0 0.89 0.21 0.15
HSL 313.85º 0.81% 0.47% -
HSV(B) 313.85º 0.89% 0.85% -
XYZ 36.76 18.54 41.18 -
YUV 98.41 170.1 213.3 -
System Red Green Blue C M Y K H S L
Decimal 218 23 173 0 0.89 0.21 0.15 313.85 0.81 0.47
Hex DA 17 AD 0 59 15 F 13A 51 2F
Octal 332 27 255 0 131 25 17 472 121 57
Binary 11011010 10111 10101101 0 1011001 10101 1111 100111010 1010001 101111

Color Harmonies of #DA17AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17AD

Black with #DA17AD

Text Example


Text Example

White with #DA17AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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