Html Css Color HEX #DE038D Hollywood Cerise

📋 copy color: '#DE038D'

red 222 ◦ green 3 ◦ blue 141

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

Shades of Hollywood Cerise #DE038D

Tints of Hollywood Cerise #DE038D

RGB

 RED value IS 222 (87.11% from 255) = 60.66%

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

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

R = 60.66%
G = 0.82%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE038D (or 0xDE038D) is known color: Hollywood Cerise. HEX triplet: DE, 03 and 8D. RGB value is (222,3,141). Sum of RGB (Red+Green+Blue) = 222+3+141=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE038D is #21FC72. Grayscale: #535353. Windows color (decimal): -2227315 or 9241566. OLE color: 9241566.

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

Color convert

RGB 222 3 141 -
CMYK 0 0.99 0.36 0.13
HSL 322.19º 0.97% 0.44% -
HSV(B) 322.19º 0.99% 0.87% -
XYZ 34.96 17.52 26.74 -
YUV 84.21 160.05 226.28 -
System Red Green Blue C M Y K H S L
Decimal 222 3 141 0 0.99 0.36 0.13 322.19 0.97 0.44
Hex DE 3 8D 0 63 24 D 142 61 2C
Octal 336 3 215 0 143 44 15 502 141 54
Binary 11011110 11 10001101 0 1100011 100100 1101 101000010 1100001 101100

Color Harmonies of #DE038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE038D

Black with #DE038D

Text Example


Text Example

White with #DE038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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