Html Css Color HEX #DF06AF Hollywood Cerise

📋 copy color: '#DF06AF'

red 223 ◦ green 6 ◦ blue 175

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

Shades of Hollywood Cerise #DF06AF

Tints of Hollywood Cerise #DF06AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.49%

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

R = 55.2%
G = 1.49%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF06AF (or 0xDF06AF) is known color: Hollywood Cerise. HEX triplet: DF, 06 and AF. RGB value is (223,6,175). Sum of RGB (Red+Green+Blue) = 223+6+175=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF06AF is #20F950. Grayscale: #595959. Windows color (decimal): -2160977 or 11470559. OLE color: 11470559.

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

Color convert

RGB 223 6 175 -
CMYK 0 0.97 0.22 0.13
HSL 313.27º 0.95% 0.45% -
HSV(B) 313.27º 0.97% 0.87% -
XYZ 38.23 18.91 42.19 -
YUV 90.15 175.89 222.76 -
System Red Green Blue C M Y K H S L
Decimal 223 6 175 0 0.97 0.22 0.13 313.27 0.95 0.45
Hex DF 6 AF 0 61 16 D 139 5F 2D
Octal 337 6 257 0 141 26 15 471 137 55
Binary 11011111 110 10101111 0 1100001 10110 1101 100111001 1011111 101101

Color Harmonies of #DF06AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06AF

Black with #DF06AF

Text Example


Text Example

White with #DF06AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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