Html Css Color HEX #DF03B1 Hollywood Cerise

📋 copy color: '#DF03B1'

red 223 ◦ green 3 ◦ blue 177

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

Shades of Hollywood Cerise #DF03B1

Tints of Hollywood Cerise #DF03B1

RGB

 RED value IS 223 (87.5% from 255) = 55.33%

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

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

R = 55.33%
G = 0.74%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF03B1 (or 0xDF03B1) is known color: Hollywood Cerise. HEX triplet: DF, 03 and B1. RGB value is (223,3,177). Sum of RGB (Red+Green+Blue) = 223+3+177=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF03B1 is #20FC4E. Grayscale: #585858. Windows color (decimal): -2161743 or 11600863. OLE color: 11600863.

HSL color Cylindrical-coordinate representation of color #DF03B1: hue angle of 312.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF03B1 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 177 -
CMYK 0 0.99 0.21 0.13
HSL 312.55º 0.97% 0.44% -
HSV(B) 312.55º 0.99% 0.87% -
XYZ 38.4 18.93 43.22 -
YUV 88.62 177.89 223.85 -
System Red Green Blue C M Y K H S L
Decimal 223 3 177 0 0.99 0.21 0.13 312.55 0.97 0.44
Hex DF 3 B1 0 63 15 D 139 61 2C
Octal 337 3 261 0 143 25 15 471 141 54
Binary 11011111 11 10110001 0 1100011 10101 1101 100111001 1100001 101100

Color Harmonies of #DF03B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF03B1

Black with #DF03B1

Text Example


Text Example

White with #DF03B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF03B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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