Html Css Color HEX #DF01B3 Hollywood Cerise

📋 copy color: '#DF01B3'

red 223 ◦ green 1 ◦ blue 179

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

Shades of Hollywood Cerise #DF01B3

Tints of Hollywood Cerise #DF01B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.42%

R = 55.33%
G = 0.25%
B = 44.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF01B3 (or 0xDF01B3) is known color: Hollywood Cerise. HEX triplet: DF, 01 and B3. RGB value is (223,1,179). Sum of RGB (Red+Green+Blue) = 223+1+179=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF01B3 is #20FE4C. Grayscale: #575757. Windows color (decimal): -2162253 or 11731423. OLE color: 11731423.

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

Color convert

RGB 223 1 179 -
CMYK 0 1.00 0.20 0.13
HSL 311.89º 0.99% 0.44% -
HSV(B) 311.89º 1% 0.87% -
XYZ 38.58 18.96 44.27 -
YUV 87.67 179.55 224.53 -
System Red Green Blue C M Y K H S L
Decimal 223 1 179 0 1.00 0.20 0.13 311.89 0.99 0.44
Hex DF 1 B3 0 64 14 D 138 63 2C
Octal 337 1 263 0 144 24 15 470 143 54
Binary 11011111 1 10110011 0 1100100 10100 1101 100111000 1100011 101100

Color Harmonies of #DF01B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF01B3

Black with #DF01B3

Text Example


Text Example

White with #DF01B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF01B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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