Html Css Color HEX #DF039B Hollywood Cerise

📋 copy color: '#DF039B'

red 223 ◦ green 3 ◦ blue 155

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

Shades of Hollywood Cerise #DF039B

Tints of Hollywood Cerise #DF039B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 58.53%
G = 0.79%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF039B (or 0xDF039B) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 9B. RGB value is (223,3,155). Sum of RGB (Red+Green+Blue) = 223+3+155=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF039B is #20FC64. Grayscale: #555555. Windows color (decimal): -2161765 or 10159071. OLE color: 10159071.

HSL color Cylindrical-coordinate representation of color #DF039B: hue angle of 318.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 #DF039B is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 155 -
CMYK 0 0.99 0.30 0.13
HSL 318.55º 0.97% 0.44% -
HSV(B) 318.55º 0.99% 0.87% -
XYZ 36.38 18.12 32.59 -
YUV 86.11 166.89 225.64 -
System Red Green Blue C M Y K H S L
Decimal 223 3 155 0 0.99 0.30 0.13 318.55 0.97 0.44
Hex DF 3 9B 0 63 1E D 13F 61 2C
Octal 337 3 233 0 143 36 15 477 141 54
Binary 11011111 11 10011011 0 1100011 11110 1101 100111111 1100001 101100

Color Harmonies of #DF039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF039B

Black with #DF039B

Text Example


Text Example

White with #DF039B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF039B; }

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

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

background-color css

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

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

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

border-color css

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

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

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