Html Css Color HEX #D663A1 Hopbush

📋 copy color: '#D663A1'

red 214 ◦ green 99 ◦ blue 161

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

Shades of Hopbush #D663A1

Tints of Hopbush #D663A1

RGB

 RED value IS 214 (83.98% from 255) = 45.15%

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

 BLUE value IS 161 (63.28% from 255) = 33.97%

R = 45.15%
G = 20.89%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D663A1 (or 0xD663A1) is known color: Hopbush. HEX triplet: D6, 63 and A1. RGB value is (214,99,161). Sum of RGB (Red+Green+Blue) = 214+99+161=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D663A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D663A1 is #299C5E. Grayscale: #8C8C8C. Windows color (decimal): -2727007 or 10576854. OLE color: 10576854.

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

Color convert

RGB 214 99 161 -
CMYK 0 0.54 0.25 0.16
HSL 327.65º 0.58% 0.61% -
HSV(B) 327.65º 0.54% 0.84% -
XYZ 38.63 25.79 36.66 -
YUV 140.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 214 99 161 0 0.54 0.25 0.16 327.65 0.58 0.61
Hex D6 63 A1 0 36 19 10 148 3A 3D
Octal 326 143 241 0 66 31 20 510 72 75
Binary 11010110 1100011 10100001 0 110110 11001 10000 101001000 111010 111101

Color Harmonies of #D663A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663A1

Black with #D663A1

Text Example


Text Example

White with #D663A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663A1; }

 p { color: rgb(214,99,161); }

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

background-color css

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

 a { background-color: rgb(214,99,161); }

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

border-color css

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

 span { border-color: rgb(214,99,161); }

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