Html Css Color HEX #D46690 Hopbush

📋 copy color: '#D46690'

red 212 ◦ green 102 ◦ blue 144

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

Shades of Hopbush #D46690

Tints of Hopbush #D46690

RGB

 RED value IS 212 (83.2% from 255) = 46.29%

 GREEN value IS 102 (40.23% from 255) = 22.27%

 BLUE value IS 144 (56.64% from 255) = 31.44%

R = 46.29%
G = 22.27%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D46690 (or 0xD46690) is known color: Hopbush. HEX triplet: D4, 66 and 90. RGB value is (212,102,144). Sum of RGB (Red+Green+Blue) = 212+102+144=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D46690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46690 is #2B996F. Grayscale: #8B8B8B. Windows color (decimal): -2857328 or 9463508. OLE color: 9463508.

HSL color Cylindrical-coordinate representation of color #D46690: hue angle of 337.09º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46690 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 102 144 -
CMYK 0 0.52 0.32 0.17
HSL 337.09º 0.56% 0.62% -
HSV(B) 337.09º 0.52% 0.83% -
XYZ 36.94 25.51 29.36 -
YUV 139.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 212 102 144 0 0.52 0.32 0.17 337.09 0.56 0.62
Hex D4 66 90 0 34 20 11 151 38 3E
Octal 324 146 220 0 64 40 21 521 70 76
Binary 11010100 1100110 10010000 0 110100 100000 10001 101010001 111000 111110

Color Harmonies of #D46690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46690

Black with #D46690

Text Example


Text Example

White with #D46690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46690; }

 p { color: rgb(212,102,144); }

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

background-color css

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

 a { background-color: rgb(212,102,144); }

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

border-color css

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

 span { border-color: rgb(212,102,144); }

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