Html Css Color HEX #DF0090 Hollywood Cerise

📋 copy color: '#DF0090'

red 223 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #DF0090

Tints of Hollywood Cerise #DF0090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.76%
G = 0%
B = 39.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF0090 (or 0xDF0090) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 90. RGB value is (223,0,144). Sum of RGB (Red+Green+Blue) = 223+0+144=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0090 is #20FF6F. Grayscale: #525252. Windows color (decimal): -2162544 or 9437407. OLE color: 9437407.

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

Color convert

RGB 223 0 144 -
CMYK 0 1 0.35 0.13
HSL 321.26º 1% 0.44% -
HSV(B) 321.26º 1% 0.87% -
XYZ 35.47 17.7 27.93 -
YUV 83.09 162.38 227.79 -
System Red Green Blue C M Y K H S L
Decimal 223 0 144 0 1 0.35 0.13 321.26 1 0.44
Hex DF 0 90 0 64 23 D 141 64 2C
Octal 337 0 220 0 144 43 15 501 144 54
Binary 11011111 0 10010000 0 1100100 100011 1101 101000001 1100100 101100

Color Harmonies of #DF0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0090

Black with #DF0090

Text Example


Text Example

White with #DF0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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