Html Css Color HEX #DF0694 Hollywood Cerise

📋 copy color: '#DF0694'

red 223 ◦ green 6 ◦ blue 148

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

Shades of Hollywood Cerise #DF0694

Tints of Hollywood Cerise #DF0694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 59.15%
G = 1.59%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF0694 (or 0xDF0694) is known color: Hollywood Cerise. HEX triplet: DF, 06 and 94. RGB value is (223,6,148). Sum of RGB (Red+Green+Blue) = 223+6+148=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0694 is #20F96B. Grayscale: #565656. Windows color (decimal): -2161004 or 9701087. OLE color: 9701087.

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

Color convert

RGB 223 6 148 -
CMYK 0 0.97 0.34 0.13
HSL 320.74º 0.95% 0.45% -
HSV(B) 320.74º 0.97% 0.87% -
XYZ 35.84 17.96 29.59 -
YUV 87.07 162.39 224.95 -
System Red Green Blue C M Y K H S L
Decimal 223 6 148 0 0.97 0.34 0.13 320.74 0.95 0.45
Hex DF 6 94 0 61 22 D 141 5F 2D
Octal 337 6 224 0 141 42 15 501 137 55
Binary 11011111 110 10010100 0 1100001 100010 1101 101000001 1011111 101101

Color Harmonies of #DF0694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0694

Black with #DF0694

Text Example


Text Example

White with #DF0694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0694; }

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

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

background-color css

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

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

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

border-color css

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

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

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