Html Css Color HEX #DA11B1 Hollywood Cerise

📋 copy color: '#DA11B1'

red 218 ◦ green 17 ◦ blue 177

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

Shades of Hollywood Cerise #DA11B1

Tints of Hollywood Cerise #DA11B1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.13%

 BLUE value IS 177 (69.53% from 255) = 42.96%

R = 52.91%
G = 4.13%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA11B1 (or 0xDA11B1) is known color: Hollywood Cerise. HEX triplet: DA, 11 and B1. RGB value is (218,17,177). Sum of RGB (Red+Green+Blue) = 218+17+177=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA11B1 is #25EE4E. Grayscale: #5E5E5E. Windows color (decimal): -2485839 or 11604442. OLE color: 11604442.

HSL color Cylindrical-coordinate representation of color #DA11B1: hue angle of 312.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA11B1 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 17 177 -
CMYK 0 0.92 0.19 0.15
HSL 312.24º 0.86% 0.46% -
HSV(B) 312.24º 0.92% 0.85% -
XYZ 37.05 18.48 43.21 -
YUV 95.34 174.09 215.49 -
System Red Green Blue C M Y K H S L
Decimal 218 17 177 0 0.92 0.19 0.15 312.24 0.86 0.46
Hex DA 11 B1 0 5C 13 F 138 56 2E
Octal 332 21 261 0 134 23 17 470 126 56
Binary 11011010 10001 10110001 0 1011100 10011 1111 100111000 1010110 101110

Color Harmonies of #DA11B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA11B1

Black with #DA11B1

Text Example


Text Example

White with #DA11B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA11B1; }

 p { color: rgb(218,17,177); }

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

background-color css

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

 a { background-color: rgb(218,17,177); }

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

border-color css

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

 span { border-color: rgb(218,17,177); }

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