Html Css Color HEX #DF13AE Hollywood Cerise

📋 copy color: '#DF13AE'

red 223 ◦ green 19 ◦ blue 174

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

Shades of Hollywood Cerise #DF13AE

Tints of Hollywood Cerise #DF13AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.57%

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

R = 53.61%
G = 4.57%
B = 41.83%

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

#DF13AE (or 0xDF13AE) is known color: Hollywood Cerise. HEX triplet: DF, 13 and AE. RGB value is (223,19,174). Sum of RGB (Red+Green+Blue) = 223+19+174=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF13AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF13AE is #20EC51. Grayscale: #616161. Windows color (decimal): -2157650 or 11408351. OLE color: 11408351.

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

Color convert

RGB 223 19 174 -
CMYK 0 0.91 0.22 0.13
HSL 314.41º 0.84% 0.47% -
HSV(B) 314.41º 0.91% 0.87% -
XYZ 38.3 19.21 41.73 -
YUV 97.67 171.09 217.4 -
System Red Green Blue C M Y K H S L
Decimal 223 19 174 0 0.91 0.22 0.13 314.41 0.84 0.47
Hex DF 13 AE 0 5B 16 D 13A 54 2F
Octal 337 23 256 0 133 26 15 472 124 57
Binary 11011111 10011 10101110 0 1011011 10110 1101 100111010 1010100 101111

Color Harmonies of #DF13AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13AE

Black with #DF13AE

Text Example


Text Example

White with #DF13AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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