Html Css Color HEX #DF14AE Hollywood Cerise

📋 copy color: '#DF14AE'

red 223 ◦ green 20 ◦ blue 174

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

Shades of Hollywood Cerise #DF14AE

Tints of Hollywood Cerise #DF14AE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.8%

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

R = 53.48%
G = 4.8%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF14AE (or 0xDF14AE) is known color: Hollywood Cerise. HEX triplet: DF, 14 and AE. RGB value is (223,20,174). Sum of RGB (Red+Green+Blue) = 223+20+174=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF14AE is #20EB51. Grayscale: #616161. Windows color (decimal): -2157394 or 11408607. OLE color: 11408607.

HSL color Cylindrical-coordinate representation of color #DF14AE: hue angle of 314.48º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF14AE is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 20 174 -
CMYK 0 0.91 0.22 0.13
HSL 314.48º 0.84% 0.48% -
HSV(B) 314.48º 0.91% 0.87% -
XYZ 38.32 19.24 41.74 -
YUV 98.25 170.75 216.98 -
System Red Green Blue C M Y K H S L
Decimal 223 20 174 0 0.91 0.22 0.13 314.48 0.84 0.48
Hex DF 14 AE 0 5B 16 D 13A 54 30
Octal 337 24 256 0 133 26 15 472 124 60
Binary 11011111 10100 10101110 0 1011011 10110 1101 100111010 1010100 110000

Color Harmonies of #DF14AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF14AE

Black with #DF14AE

Text Example


Text Example

White with #DF14AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF14AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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