Html Css Color HEX #DF0AB2 Hollywood Cerise

📋 copy color: '#DF0AB2'

red 223 ◦ green 10 ◦ blue 178

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

Shades of Hollywood Cerise #DF0AB2

Tints of Hollywood Cerise #DF0AB2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

 BLUE value IS 178 (69.92% from 255) = 43.31%

R = 54.26%
G = 2.43%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF0AB2 (or 0xDF0AB2) is known color: Hollywood Cerise. HEX triplet: DF, 0A and B2. RGB value is (223,10,178). Sum of RGB (Red+Green+Blue) = 223+10+178=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0AB2 is #20F54D. Grayscale: #5C5C5C. Windows color (decimal): -2159950 or 11668191. OLE color: 11668191.

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

Color convert

RGB 223 10 178 -
CMYK 0 0.96 0.20 0.13
HSL 312.68º 0.91% 0.46% -
HSV(B) 312.68º 0.96% 0.87% -
XYZ 38.58 19.12 43.78 -
YUV 92.84 176.07 220.84 -
System Red Green Blue C M Y K H S L
Decimal 223 10 178 0 0.96 0.20 0.13 312.68 0.91 0.46
Hex DF A B2 0 60 14 D 139 5B 2E
Octal 337 12 262 0 140 24 15 471 133 56
Binary 11011111 1010 10110010 0 1100000 10100 1101 100111001 1011011 101110

Color Harmonies of #DF0AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0AB2

Black with #DF0AB2

Text Example


Text Example

White with #DF0AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0AB2; }

 p { color: rgb(223,10,178); }

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

background-color css

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

 a { background-color: rgb(223,10,178); }

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

border-color css

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

 span { border-color: rgb(223,10,178); }

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