Html Css Color HEX #DE03AF Hollywood Cerise

📋 copy color: '#DE03AF'

red 222 ◦ green 3 ◦ blue 175

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

Shades of Hollywood Cerise #DE03AF

Tints of Hollywood Cerise #DE03AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 55.5%
G = 0.75%
B = 43.75%

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

#DE03AF (or 0xDE03AF) is known color: Hollywood Cerise. HEX triplet: DE, 03 and AF. RGB value is (222,3,175). Sum of RGB (Red+Green+Blue) = 222+3+175=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE03AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE03AF is #21FC50. Grayscale: #575757. Windows color (decimal): -2227281 or 11469790. OLE color: 11469790.

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

Color convert

RGB 222 3 175 -
CMYK 0 0.99 0.21 0.13
HSL 312.88º 0.97% 0.44% -
HSV(B) 312.88º 0.99% 0.87% -
XYZ 37.89 18.69 42.17 -
YUV 88.09 177.05 223.51 -
System Red Green Blue C M Y K H S L
Decimal 222 3 175 0 0.99 0.21 0.13 312.88 0.97 0.44
Hex DE 3 AF 0 63 15 D 139 61 2C
Octal 336 3 257 0 143 25 15 471 141 54
Binary 11011110 11 10101111 0 1100011 10101 1101 100111001 1100001 101100

Color Harmonies of #DE03AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE03AF

Black with #DE03AF

Text Example


Text Example

White with #DE03AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE03AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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