Html Css Color HEX #DF0192 Hollywood Cerise

📋 copy color: '#DF0192'

red 223 ◦ green 1 ◦ blue 146

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

Shades of Hollywood Cerise #DF0192

Tints of Hollywood Cerise #DF0192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 146 (57.42% from 255) = 39.46%

R = 60.27%
G = 0.27%
B = 39.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF0192 (or 0xDF0192) is known color: Hollywood Cerise. HEX triplet: DF, 01 and 92. RGB value is (223,1,146). Sum of RGB (Red+Green+Blue) = 223+1+146=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0192 is #20FE6D. Grayscale: #535353. Windows color (decimal): -2162286 or 9568735. OLE color: 9568735.

HSL color Cylindrical-coordinate representation of color #DF0192: hue angle of 320.81º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0192 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 1 146 -
CMYK 0 1.00 0.35 0.13
HSL 320.81º 0.99% 0.44% -
HSV(B) 320.81º 1% 0.87% -
XYZ 35.63 17.79 28.75 -
YUV 83.91 163.05 227.21 -
System Red Green Blue C M Y K H S L
Decimal 223 1 146 0 1.00 0.35 0.13 320.81 0.99 0.44
Hex DF 1 92 0 64 23 D 141 63 2C
Octal 337 1 222 0 144 43 15 501 143 54
Binary 11011111 1 10010010 0 1100100 100011 1101 101000001 1100011 101100

Color Harmonies of #DF0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0192

Black with #DF0192

Text Example


Text Example

White with #DF0192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0192; }

 p { color: rgb(223,1,146); }

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

background-color css

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

 a { background-color: rgb(223,1,146); }

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

border-color css

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

 span { border-color: rgb(223,1,146); }

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