Html Css Color HEX #DF15AF Hollywood Cerise

📋 copy color: '#DF15AF'

red 223 ◦ green 21 ◦ blue 175

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

Shades of Hollywood Cerise #DF15AF

Tints of Hollywood Cerise #DF15AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.01%

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

R = 53.22%
G = 5.01%
B = 41.77%

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

#DF15AF (or 0xDF15AF) is known color: Hollywood Cerise. HEX triplet: DF, 15 and AF. RGB value is (223,21,175). Sum of RGB (Red+Green+Blue) = 223+21+175=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF15AF is #20EA50. Grayscale: #626262. Windows color (decimal): -2157137 or 11474399. OLE color: 11474399.

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

Color convert

RGB 223 21 175 -
CMYK 0 0.91 0.22 0.13
HSL 314.26º 0.83% 0.48% -
HSV(B) 314.26º 0.91% 0.87% -
XYZ 38.44 19.32 42.26 -
YUV 98.95 170.92 216.48 -
System Red Green Blue C M Y K H S L
Decimal 223 21 175 0 0.91 0.22 0.13 314.26 0.83 0.48
Hex DF 15 AF 0 5B 16 D 13A 53 30
Octal 337 25 257 0 133 26 15 472 123 60
Binary 11011111 10101 10101111 0 1011011 10110 1101 100111010 1010011 110000

Color Harmonies of #DF15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15AF

Black with #DF15AF

Text Example


Text Example

White with #DF15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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