Html Css Color HEX #DD5CA5 Hopbush

📋 copy color: '#DD5CA5'

red 221 ◦ green 92 ◦ blue 165

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

Shades of Hopbush #DD5CA5

Tints of Hopbush #DD5CA5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.25%

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

R = 46.23%
G = 19.25%
B = 34.52%

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

#DD5CA5 (or 0xDD5CA5) is known color: Hopbush. HEX triplet: DD, 5C and A5. RGB value is (221,92,165). Sum of RGB (Red+Green+Blue) = 221+92+165=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5CA5 is #22A35A. Grayscale: #8A8A8A. Windows color (decimal): -2270043 or 10837213. OLE color: 10837213.

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

Color convert

RGB 221 92 165 -
CMYK 0 0.58 0.25 0.13
HSL 326.05º 0.65% 0.61% -
HSV(B) 326.05º 0.58% 0.87% -
XYZ 40.44 25.74 38.43 -
YUV 138.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 221 92 165 0 0.58 0.25 0.13 326.05 0.65 0.61
Hex DD 5C A5 0 3A 19 D 146 41 3D
Octal 335 134 245 0 72 31 15 506 101 75
Binary 11011101 1011100 10100101 0 111010 11001 1101 101000110 1000001 111101

Color Harmonies of #DD5CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5CA5

Black with #DD5CA5

Text Example


Text Example

White with #DD5CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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