Html Css Color HEX #D672A8 Hopbush

📋 copy color: '#D672A8'

red 214 ◦ green 114 ◦ blue 168

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

Shades of Hopbush #D672A8

Tints of Hopbush #D672A8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 43.15%
G = 22.98%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D672A8 (or 0xD672A8) is known color: Hopbush. HEX triplet: D6, 72 and A8. RGB value is (214,114,168). Sum of RGB (Red+Green+Blue) = 214+114+168=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D672A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D672A8 is #298D57. Grayscale: #959595. Windows color (decimal): -2723160 or 11039446. OLE color: 11039446.

HSL color Cylindrical-coordinate representation of color #D672A8: hue angle of 327.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672A8 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 168 -
CMYK 0 0.47 0.21 0.16
HSL 327.6º 0.55% 0.64% -
HSV(B) 327.6º 0.47% 0.84% -
XYZ 40.82 29.16 40.52 -
YUV 150.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 214 114 168 0 0.47 0.21 0.16 327.6 0.55 0.64
Hex D6 72 A8 0 2F 15 10 148 37 40
Octal 326 162 250 0 57 25 20 510 67 100
Binary 11010110 1110010 10101000 0 101111 10101 10000 101001000 110111 1000000

Color Harmonies of #D672A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672A8

Black with #D672A8

Text Example


Text Example

White with #D672A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672A8; }

 p { color: rgb(214,114,168); }

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

background-color css

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

 a { background-color: rgb(214,114,168); }

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

border-color css

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

 span { border-color: rgb(214,114,168); }

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