Html Css Color HEX #DF03AE Hollywood Cerise

📋 copy color: '#DF03AE'

red 223 ◦ green 3 ◦ blue 174

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

Shades of Hollywood Cerise #DF03AE

Tints of Hollywood Cerise #DF03AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 55.75%
G = 0.75%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF03AE (or 0xDF03AE) is known color: Hollywood Cerise. HEX triplet: DF, 03 and AE. RGB value is (223,3,174). Sum of RGB (Red+Green+Blue) = 223+3+174=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF03AE is #20FC51. Grayscale: #575757. Windows color (decimal): -2161746 or 11404255. OLE color: 11404255.

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

Color convert

RGB 223 3 174 -
CMYK 0 0.99 0.22 0.13
HSL 313.36º 0.97% 0.44% -
HSV(B) 313.36º 0.99% 0.87% -
XYZ 38.1 18.81 41.67 -
YUV 88.27 176.39 224.1 -
System Red Green Blue C M Y K H S L
Decimal 223 3 174 0 0.99 0.22 0.13 313.36 0.97 0.44
Hex DF 3 AE 0 63 16 D 139 61 2C
Octal 337 3 256 0 143 26 15 471 141 54
Binary 11011111 11 10101110 0 1100011 10110 1101 100111001 1100001 101100

Color Harmonies of #DF03AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF03AE

Black with #DF03AE

Text Example


Text Example

White with #DF03AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF03AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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