Html Css Color HEX #DA03B1 Hollywood Cerise

📋 copy color: '#DA03B1'

red 218 ◦ green 3 ◦ blue 177

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

Shades of Hollywood Cerise #DA03B1

Tints of Hollywood Cerise #DA03B1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

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

R = 54.77%
G = 0.75%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA03B1 (or 0xDA03B1) is known color: Hollywood Cerise. HEX triplet: DA, 03 and B1. RGB value is (218,3,177). Sum of RGB (Red+Green+Blue) = 218+3+177=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA03B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA03B1 is #25FC4E. Grayscale: #565656. Windows color (decimal): -2489423 or 11600858. OLE color: 11600858.

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

Color convert

RGB 218 3 177 -
CMYK 0 0.99 0.19 0.15
HSL 311.44º 0.97% 0.43% -
HSV(B) 311.44º 0.99% 0.85% -
XYZ 36.88 18.14 43.15 -
YUV 87.12 178.73 221.35 -
System Red Green Blue C M Y K H S L
Decimal 218 3 177 0 0.99 0.19 0.15 311.44 0.97 0.43
Hex DA 3 B1 0 63 13 F 137 61 2B
Octal 332 3 261 0 143 23 17 467 141 53
Binary 11011010 11 10110001 0 1100011 10011 1111 100110111 1100001 101011

Color Harmonies of #DA03B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA03B1

Black with #DA03B1

Text Example


Text Example

White with #DA03B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA03B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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