Html Css Color HEX #DF0DA5 Hollywood Cerise

📋 copy color: '#DF0DA5'

red 223 ◦ green 13 ◦ blue 165

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

Shades of Hollywood Cerise #DF0DA5

Tints of Hollywood Cerise #DF0DA5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.24%

 BLUE value IS 165 (64.84% from 255) = 41.15%

R = 55.61%
G = 3.24%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF0DA5 (or 0xDF0DA5) is known color: Hollywood Cerise. HEX triplet: DF, 0D and A5. RGB value is (223,13,165). Sum of RGB (Red+Green+Blue) = 223+13+165=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0DA5 is #20F25A. Grayscale: #5C5C5C. Windows color (decimal): -2159195 or 10816991. OLE color: 10816991.

HSL color Cylindrical-coordinate representation of color #DF0DA5: hue angle of 316.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DA5 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 13 165 -
CMYK 0 0.94 0.26 0.13
HSL 316.57º 0.89% 0.46% -
HSV(B) 316.57º 0.94% 0.87% -
XYZ 37.37 18.69 37.24 -
YUV 93.12 168.57 220.64 -
System Red Green Blue C M Y K H S L
Decimal 223 13 165 0 0.94 0.26 0.13 316.57 0.89 0.46
Hex DF D A5 0 5E 1A D 13D 59 2E
Octal 337 15 245 0 136 32 15 475 131 56
Binary 11011111 1101 10100101 0 1011110 11010 1101 100111101 1011001 101110

Color Harmonies of #DF0DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DA5

Black with #DF0DA5

Text Example


Text Example

White with #DF0DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DA5; }

 p { color: rgb(223,13,165); }

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

background-color css

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

 a { background-color: rgb(223,13,165); }

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

border-color css

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

 span { border-color: rgb(223,13,165); }

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