Html Css Color HEX #D672B2 Hopbush

📋 copy color: '#D672B2'

red 214 ◦ green 114 ◦ blue 178

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

Shades of Hopbush #D672B2

Tints of Hopbush #D672B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 42.29%
G = 22.53%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D672B2 (or 0xD672B2) is known color: Hopbush. HEX triplet: D6, 72 and B2. RGB value is (214,114,178). Sum of RGB (Red+Green+Blue) = 214+114+178=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D672B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D672B2 is #298D4D. Grayscale: #979797. Windows color (decimal): -2723150 or 11694806. OLE color: 11694806.

HSL color Cylindrical-coordinate representation of color #D672B2: hue angle of 321.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 #D672B2 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 178 -
CMYK 0 0.47 0.17 0.16
HSL 321.6º 0.55% 0.64% -
HSV(B) 321.6º 0.47% 0.84% -
XYZ 41.78 29.55 45.62 -
YUV 151.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 214 114 178 0 0.47 0.17 0.16 321.6 0.55 0.64
Hex D6 72 B2 0 2F 11 10 142 37 40
Octal 326 162 262 0 57 21 20 502 67 100
Binary 11010110 1110010 10110010 0 101111 10001 10000 101000010 110111 1000000

Color Harmonies of #D672B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672B2

Black with #D672B2

Text Example


Text Example

White with #D672B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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