Html Css Color HEX #DF00B3 Hollywood Cerise

📋 copy color: '#DF00B3'

red 223 ◦ green 0 ◦ blue 179

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

Shades of Hollywood Cerise #DF00B3

Tints of Hollywood Cerise #DF00B3

RGB

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

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

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

R = 55.47%
G = 0%
B = 44.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF00B3 (or 0xDF00B3) is known color: Hollywood Cerise. HEX triplet: DF, 00 and B3. RGB value is (223,0,179). Sum of RGB (Red+Green+Blue) = 223+0+179=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00B3 is #20FF4C. Grayscale: #565656. Windows color (decimal): -2162509 or 11731167. OLE color: 11731167.

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

Color convert

RGB 223 0 179 -
CMYK 0 1 0.20 0.13
HSL 311.84º 1% 0.44% -
HSV(B) 311.84º 1% 0.87% -
XYZ 38.57 18.94 44.27 -
YUV 87.08 179.88 224.95 -
System Red Green Blue C M Y K H S L
Decimal 223 0 179 0 1 0.20 0.13 311.84 1 0.44
Hex DF 0 B3 0 64 14 D 138 64 2C
Octal 337 0 263 0 144 24 15 470 144 54
Binary 11011111 0 10110011 0 1100100 10100 1101 100111000 1100100 101100

Color Harmonies of #DF00B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00B3

Black with #DF00B3

Text Example


Text Example

White with #DF00B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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