Html Css Color HEX #DD63AC Hopbush

📋 copy color: '#DD63AC'

red 221 ◦ green 99 ◦ blue 172

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

Shades of Hopbush #DD63AC

Tints of Hopbush #DD63AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.12%

 BLUE value IS 172 (67.58% from 255) = 34.96%

R = 44.92%
G = 20.12%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD63AC (or 0xDD63AC) is known color: Hopbush. HEX triplet: DD, 63 and AC. RGB value is (221,99,172). Sum of RGB (Red+Green+Blue) = 221+99+172=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD63AC is #229C53. Grayscale: #8F8F8F. Windows color (decimal): -2268244 or 11297757. OLE color: 11297757.

HSL color Cylindrical-coordinate representation of color #DD63AC: hue angle of 324.1º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD63AC is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 172 -
CMYK 0 0.55 0.22 0.13
HSL 324.1º 0.64% 0.63% -
HSV(B) 324.1º 0.55% 0.87% -
XYZ 41.73 27.27 42.09 -
YUV 143.8 143.92 183.06 -
System Red Green Blue C M Y K H S L
Decimal 221 99 172 0 0.55 0.22 0.13 324.1 0.64 0.63
Hex DD 63 AC 0 37 16 D 144 40 3F
Octal 335 143 254 0 67 26 15 504 100 77
Binary 11011101 1100011 10101100 0 110111 10110 1101 101000100 1000000 111111

Color Harmonies of #DD63AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63AC

Black with #DD63AC

Text Example


Text Example

White with #DD63AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63AC; }

 p { color: rgb(221,99,172); }

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

background-color css

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

 a { background-color: rgb(221,99,172); }

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

border-color css

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

 span { border-color: rgb(221,99,172); }

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