Html Css Color HEX #DF0190 Hollywood Cerise

📋 copy color: '#DF0190'

red 223 ◦ green 1 ◦ blue 144

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

Shades of Hollywood Cerise #DF0190

Tints of Hollywood Cerise #DF0190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 60.6%
G = 0.27%
B = 39.13%

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

#DF0190 (or 0xDF0190) is known color: Hollywood Cerise. HEX triplet: DF, 01 and 90. RGB value is (223,1,144). Sum of RGB (Red+Green+Blue) = 223+1+144=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0190 is #20FE6F. Grayscale: #535353. Windows color (decimal): -2162288 or 9437663. OLE color: 9437663.

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

Color convert

RGB 223 1 144 -
CMYK 0 1.00 0.35 0.13
HSL 321.35º 0.99% 0.44% -
HSV(B) 321.35º 1% 0.87% -
XYZ 35.48 17.72 27.94 -
YUV 83.68 162.05 227.37 -
System Red Green Blue C M Y K H S L
Decimal 223 1 144 0 1.00 0.35 0.13 321.35 0.99 0.44
Hex DF 1 90 0 64 23 D 141 63 2C
Octal 337 1 220 0 144 43 15 501 143 54
Binary 11011111 1 10010000 0 1100100 100011 1101 101000001 1100011 101100

Color Harmonies of #DF0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0190

Black with #DF0190

Text Example


Text Example

White with #DF0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0190; }

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

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

background-color css

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

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

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

border-color css

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

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

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