Html Css Color HEX #DD5CA6 Hopbush

📋 copy color: '#DD5CA6'

red 221 ◦ green 92 ◦ blue 166

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

Shades of Hopbush #DD5CA6

Tints of Hopbush #DD5CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.66%

R = 46.14%
G = 19.21%
B = 34.66%

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

#DD5CA6 (or 0xDD5CA6) is known color: Hopbush. HEX triplet: DD, 5C and A6. RGB value is (221,92,166). Sum of RGB (Red+Green+Blue) = 221+92+166=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5CA6 is #22A359. Grayscale: #8A8A8A. Windows color (decimal): -2270042 or 10902749. OLE color: 10902749.

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

Color convert

RGB 221 92 166 -
CMYK 0 0.58 0.25 0.13
HSL 325.58º 0.65% 0.61% -
HSV(B) 325.58º 0.58% 0.87% -
XYZ 40.53 25.78 38.92 -
YUV 139.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 221 92 166 0 0.58 0.25 0.13 325.58 0.65 0.61
Hex DD 5C A6 0 3A 19 D 146 41 3D
Octal 335 134 246 0 72 31 15 506 101 75
Binary 11011101 1011100 10100110 0 111010 11001 1101 101000110 1000001 111101

Color Harmonies of #DD5CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5CA6

Black with #DD5CA6

Text Example


Text Example

White with #DD5CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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