Html Css Color HEX #DF07B4 Hollywood Cerise

📋 copy color: '#DF07B4'

red 223 ◦ green 7 ◦ blue 180

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

Shades of Hollywood Cerise #DF07B4

Tints of Hollywood Cerise #DF07B4

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.71%

 BLUE value IS 180 (70.7% from 255) = 43.9%

R = 54.39%
G = 1.71%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF07B4 (or 0xDF07B4) is known color: Hollywood Cerise. HEX triplet: DF, 07 and B4. RGB value is (223,7,180). Sum of RGB (Red+Green+Blue) = 223+7+180=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07B4 is #20F84B. Grayscale: #5A5A5A. Windows color (decimal): -2160716 or 11798495. OLE color: 11798495.

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

Color convert

RGB 223 7 180 -
CMYK 0 0.97 0.19 0.13
HSL 311.94º 0.94% 0.45% -
HSV(B) 311.94º 0.97% 0.87% -
XYZ 38.75 19.14 44.83 -
YUV 91.31 178.06 221.93 -
System Red Green Blue C M Y K H S L
Decimal 223 7 180 0 0.97 0.19 0.13 311.94 0.94 0.45
Hex DF 7 B4 0 61 13 D 138 5E 2D
Octal 337 7 264 0 141 23 15 470 136 55
Binary 11011111 111 10110100 0 1100001 10011 1101 100111000 1011110 101101

Color Harmonies of #DF07B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07B4

Black with #DF07B4

Text Example


Text Example

White with #DF07B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07B4; }

 p { color: rgb(223,7,180); }

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

background-color css

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

 a { background-color: rgb(223,7,180); }

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

border-color css

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

 span { border-color: rgb(223,7,180); }

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