Html Css Color HEX #DF038D Hollywood Cerise

📋 copy color: '#DF038D'

red 223 ◦ green 3 ◦ blue 141

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

Shades of Hollywood Cerise #DF038D

Tints of Hollywood Cerise #DF038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 60.76%
G = 0.82%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF038D (or 0xDF038D) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 8D. RGB value is (223,3,141). Sum of RGB (Red+Green+Blue) = 223+3+141=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF038D is #20FC72. Grayscale: #545454. Windows color (decimal): -2161779 or 9241567. OLE color: 9241567.

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

Color convert

RGB 223 3 141 -
CMYK 0 0.99 0.37 0.13
HSL 322.36º 0.97% 0.44% -
HSV(B) 322.36º 0.99% 0.87% -
XYZ 35.27 17.68 26.75 -
YUV 84.51 159.89 226.78 -
System Red Green Blue C M Y K H S L
Decimal 223 3 141 0 0.99 0.37 0.13 322.36 0.97 0.44
Hex DF 3 8D 0 63 25 D 142 61 2C
Octal 337 3 215 0 143 45 15 502 141 54
Binary 11011111 11 10001101 0 1100011 100101 1101 101000010 1100001 101100

Color Harmonies of #DF038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF038D

Black with #DF038D

Text Example


Text Example

White with #DF038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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