Html Css Color HEX #DC62A5 Hopbush

📋 copy color: '#DC62A5'

red 220 ◦ green 98 ◦ blue 165

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

Shades of Hopbush #DC62A5

Tints of Hopbush #DC62A5

RGB

 RED value IS 220 (86.33% from 255) = 45.55%

 GREEN value IS 98 (38.67% from 255) = 20.29%

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

R = 45.55%
G = 20.29%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC62A5 (or 0xDC62A5) is known color: Hopbush. HEX triplet: DC, 62 and A5. RGB value is (220,98,165). Sum of RGB (Red+Green+Blue) = 220+98+165=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC62A5 is #239D5A. Grayscale: #8D8D8D. Windows color (decimal): -2334043 or 10838748. OLE color: 10838748.

HSL color Cylindrical-coordinate representation of color #DC62A5: hue angle of 327.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC62A5 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 165 -
CMYK 0 0.55 0.25 0.14
HSL 327.05º 0.64% 0.62% -
HSV(B) 327.05º 0.55% 0.86% -
XYZ 40.67 26.67 38.6 -
YUV 142.12 140.92 183.55 -
System Red Green Blue C M Y K H S L
Decimal 220 98 165 0 0.55 0.25 0.14 327.05 0.64 0.62
Hex DC 62 A5 0 37 19 E 147 40 3E
Octal 334 142 245 0 67 31 16 507 100 76
Binary 11011100 1100010 10100101 0 110111 11001 1110 101000111 1000000 111110

Color Harmonies of #DC62A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC62A5

Black with #DC62A5

Text Example


Text Example

White with #DC62A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC62A5; }

 p { color: rgb(220,98,165); }

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

background-color css

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

 a { background-color: rgb(220,98,165); }

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

border-color css

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

 span { border-color: rgb(220,98,165); }

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