Html Css Color HEX #DF14AF Hollywood Cerise

📋 copy color: '#DF14AF'

red 223 ◦ green 20 ◦ blue 175

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

Shades of Hollywood Cerise #DF14AF

Tints of Hollywood Cerise #DF14AF

RGB

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

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

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

R = 53.35%
G = 4.78%
B = 41.87%

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

#DF14AF (or 0xDF14AF) is known color: Hollywood Cerise. HEX triplet: DF, 14 and AF. RGB value is (223,20,175). Sum of RGB (Red+Green+Blue) = 223+20+175=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF14AF is #20EB50. Grayscale: #616161. Windows color (decimal): -2157393 or 11474143. OLE color: 11474143.

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

Color convert

RGB 223 20 175 -
CMYK 0 0.91 0.22 0.13
HSL 314.19º 0.84% 0.48% -
HSV(B) 314.19º 0.91% 0.87% -
XYZ 38.42 19.28 42.25 -
YUV 98.37 171.25 216.9 -
System Red Green Blue C M Y K H S L
Decimal 223 20 175 0 0.91 0.22 0.13 314.19 0.84 0.48
Hex DF 14 AF 0 5B 16 D 13A 54 30
Octal 337 24 257 0 133 26 15 472 124 60
Binary 11011111 10100 10101111 0 1011011 10110 1101 100111010 1010100 110000

Color Harmonies of #DF14AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF14AF

Black with #DF14AF

Text Example


Text Example

White with #DF14AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF14AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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