Html Css Color HEX #D378A5 Hopbush

📋 copy color: '#D378A5'

red 211 ◦ green 120 ◦ blue 165

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

Shades of Hopbush #D378A5

Tints of Hopbush #D378A5

RGB

 RED value IS 211 (82.81% from 255) = 42.54%

 GREEN value IS 120 (47.27% from 255) = 24.19%

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

R = 42.54%
G = 24.19%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D378A5 (or 0xD378A5) is known color: Hopbush. HEX triplet: D3, 78 and A5. RGB value is (211,120,165). Sum of RGB (Red+Green+Blue) = 211+120+165=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D378A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D378A5 is #2C875A. Grayscale: #989898. Windows color (decimal): -2918235 or 10844371. OLE color: 10844371.

HSL color Cylindrical-coordinate representation of color #D378A5: hue angle of 330.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D378A5 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 120 165 -
CMYK 0 0.43 0.22 0.17
HSL 330.33º 0.51% 0.65% -
HSV(B) 330.33º 0.43% 0.83% -
XYZ 40.37 30 39.26 -
YUV 152.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 211 120 165 0 0.43 0.22 0.17 330.33 0.51 0.65
Hex D3 78 A5 0 2B 16 11 14A 33 41
Octal 323 170 245 0 53 26 21 512 63 101
Binary 11010011 1111000 10100101 0 101011 10110 10001 101001010 110011 1000001

Color Harmonies of #D378A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D378A5

Black with #D378A5

Text Example


Text Example

White with #D378A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D378A5; }

 p { color: rgb(211,120,165); }

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

background-color css

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

 a { background-color: rgb(211,120,165); }

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

border-color css

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

 span { border-color: rgb(211,120,165); }

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