Html Css Color HEX #DD07B3 Hollywood Cerise

📋 copy color: '#DD07B3'

red 221 ◦ green 7 ◦ blue 179

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

Shades of Hollywood Cerise #DD07B3

Tints of Hollywood Cerise #DD07B3

RGB

 RED value IS 221 (86.72% from 255) = 54.3%

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

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

R = 54.3%
G = 1.72%
B = 43.98%

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

#DD07B3 (or 0xDD07B3) is known color: Hollywood Cerise. HEX triplet: DD, 07 and B3. RGB value is (221,7,179). Sum of RGB (Red+Green+Blue) = 221+7+179=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07B3 is #22F84C. Grayscale: #5A5A5A. Windows color (decimal): -2291789 or 11732957. OLE color: 11732957.

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

Color convert

RGB 221 7 179 -
CMYK 0 0.97 0.19 0.13
HSL 311.78º 0.94% 0.45% -
HSV(B) 311.78º 0.97% 0.87% -
XYZ 38.03 18.78 44.27 -
YUV 90.59 177.9 221.01 -
System Red Green Blue C M Y K H S L
Decimal 221 7 179 0 0.97 0.19 0.13 311.78 0.94 0.45
Hex DD 7 B3 0 61 13 D 138 5E 2D
Octal 335 7 263 0 141 23 15 470 136 55
Binary 11011101 111 10110011 0 1100001 10011 1101 100111000 1011110 101101

Color Harmonies of #DD07B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07B3

Black with #DD07B3

Text Example


Text Example

White with #DD07B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07B3; }

 p { color: rgb(221,7,179); }

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

background-color css

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

 a { background-color: rgb(221,7,179); }

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

border-color css

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

 span { border-color: rgb(221,7,179); }

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