Html Css Color HEX #DF0398 Hollywood Cerise

📋 copy color: '#DF0398'

red 223 ◦ green 3 ◦ blue 152

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

Shades of Hollywood Cerise #DF0398

Tints of Hollywood Cerise #DF0398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.21%

R = 58.99%
G = 0.79%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF0398 (or 0xDF0398) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 98. RGB value is (223,3,152). Sum of RGB (Red+Green+Blue) = 223+3+152=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0398 is #20FC67. Grayscale: #555555. Windows color (decimal): -2161768 or 9962463. OLE color: 9962463.

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

Color convert

RGB 223 3 152 -
CMYK 0 0.99 0.32 0.13
HSL 319.36º 0.97% 0.44% -
HSV(B) 319.36º 0.99% 0.87% -
XYZ 36.13 18.02 31.28 -
YUV 85.77 165.39 225.88 -
System Red Green Blue C M Y K H S L
Decimal 223 3 152 0 0.99 0.32 0.13 319.36 0.97 0.44
Hex DF 3 98 0 63 20 D 13F 61 2C
Octal 337 3 230 0 143 40 15 477 141 54
Binary 11011111 11 10011000 0 1100011 100000 1101 100111111 1100001 101100

Color Harmonies of #DF0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0398

Black with #DF0398

Text Example


Text Example

White with #DF0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0398; }

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

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

background-color css

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

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

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

border-color css

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

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

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