Html Css Color HEX #DF13AF Hollywood Cerise

📋 copy color: '#DF13AF'

red 223 ◦ green 19 ◦ blue 175

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

Shades of Hollywood Cerise #DF13AF

Tints of Hollywood Cerise #DF13AF

RGB

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

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

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

R = 53.48%
G = 4.56%
B = 41.97%

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

#DF13AF (or 0xDF13AF) is known color: Hollywood Cerise. HEX triplet: DF, 13 and AF. RGB value is (223,19,175). Sum of RGB (Red+Green+Blue) = 223+19+175=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF13AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF13AF is #20EC50. Grayscale: #616161. Windows color (decimal): -2157649 or 11473887. OLE color: 11473887.

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

Color convert

RGB 223 19 175 -
CMYK 0 0.91 0.22 0.13
HSL 314.12º 0.84% 0.47% -
HSV(B) 314.12º 0.91% 0.87% -
XYZ 38.4 19.25 42.25 -
YUV 97.78 171.59 217.32 -
System Red Green Blue C M Y K H S L
Decimal 223 19 175 0 0.91 0.22 0.13 314.12 0.84 0.47
Hex DF 13 AF 0 5B 16 D 13A 54 2F
Octal 337 23 257 0 133 26 15 472 124 57
Binary 11011111 10011 10101111 0 1011011 10110 1101 100111010 1010100 101111

Color Harmonies of #DF13AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13AF

Black with #DF13AF

Text Example


Text Example

White with #DF13AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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