Html Css Color HEX #DF0093 Hollywood Cerise

📋 copy color: '#DF0093'

red 223 ◦ green 0 ◦ blue 147

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

Shades of Hollywood Cerise #DF0093

Tints of Hollywood Cerise #DF0093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 60.27%
G = 0%
B = 39.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF0093 (or 0xDF0093) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 93. RGB value is (223,0,147). Sum of RGB (Red+Green+Blue) = 223+0+147=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0093 is #20FF6C. Grayscale: #535353. Windows color (decimal): -2162541 or 9634015. OLE color: 9634015.

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

Color convert

RGB 223 0 147 -
CMYK 0 1 0.34 0.13
HSL 320.45º 1% 0.44% -
HSV(B) 320.45º 1% 0.87% -
XYZ 35.7 17.79 29.16 -
YUV 83.44 163.88 227.55 -
System Red Green Blue C M Y K H S L
Decimal 223 0 147 0 1 0.34 0.13 320.45 1 0.44
Hex DF 0 93 0 64 22 D 140 64 2C
Octal 337 0 223 0 144 42 15 500 144 54
Binary 11011111 0 10010011 0 1100100 100010 1101 101000000 1100100 101100

Color Harmonies of #DF0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0093

Black with #DF0093

Text Example


Text Example

White with #DF0093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0093; }

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

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

background-color css

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

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

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

border-color css

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

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

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