Html Css Color HEX #DD5DA5 Hopbush

📋 copy color: '#DD5DA5'

red 221 ◦ green 93 ◦ blue 165

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

Shades of Hopbush #DD5DA5

Tints of Hopbush #DD5DA5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.42%

 BLUE value IS 165 (64.84% from 255) = 34.45%

R = 46.14%
G = 19.42%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD5DA5 (or 0xDD5DA5) is known color: Hopbush. HEX triplet: DD, 5D and A5. RGB value is (221,93,165). Sum of RGB (Red+Green+Blue) = 221+93+165=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DA5 is #22A25A. Grayscale: #8B8B8B. Windows color (decimal): -2269787 or 10837469. OLE color: 10837469.

HSL color Cylindrical-coordinate representation of color #DD5DA5: hue angle of 326.25º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5DA5 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 93 165 -
CMYK 0 0.58 0.25 0.13
HSL 326.25º 0.65% 0.62% -
HSV(B) 326.25º 0.58% 0.87% -
XYZ 40.52 25.92 38.46 -
YUV 139.48 142.41 186.15 -
System Red Green Blue C M Y K H S L
Decimal 221 93 165 0 0.58 0.25 0.13 326.25 0.65 0.62
Hex DD 5D A5 0 3A 19 D 146 41 3E
Octal 335 135 245 0 72 31 15 506 101 76
Binary 11011101 1011101 10100101 0 111010 11001 1101 101000110 1000001 111110

Color Harmonies of #DD5DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DA5

Black with #DD5DA5

Text Example


Text Example

White with #DD5DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DA5; }

 p { color: rgb(221,93,165); }

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

background-color css

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

 a { background-color: rgb(221,93,165); }

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

border-color css

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

 span { border-color: rgb(221,93,165); }

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