Html Css Color HEX #DD63AA Hopbush

📋 copy color: '#DD63AA'

red 221 ◦ green 99 ◦ blue 170

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

Shades of Hopbush #DD63AA

Tints of Hopbush #DD63AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 45.1%
G = 20.2%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD63AA (or 0xDD63AA) is known color: Hopbush. HEX triplet: DD, 63 and AA. RGB value is (221,99,170). Sum of RGB (Red+Green+Blue) = 221+99+170=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD63AA is #229C55. Grayscale: #8F8F8F. Windows color (decimal): -2268246 or 11166685. OLE color: 11166685.

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

Color convert

RGB 221 99 170 -
CMYK 0 0.55 0.23 0.13
HSL 325.08º 0.64% 0.63% -
HSV(B) 325.08º 0.55% 0.87% -
XYZ 41.54 27.2 41.09 -
YUV 143.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 221 99 170 0 0.55 0.23 0.13 325.08 0.64 0.63
Hex DD 63 AA 0 37 17 D 145 40 3F
Octal 335 143 252 0 67 27 15 505 100 77
Binary 11011101 1100011 10101010 0 110111 10111 1101 101000101 1000000 111111

Color Harmonies of #DD63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63AA

Black with #DD63AA

Text Example


Text Example

White with #DD63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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