Html Css Color HEX #D468A8 Hopbush

📋 copy color: '#D468A8'

red 212 ◦ green 104 ◦ blue 168

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

Shades of Hopbush #D468A8

Tints of Hopbush #D468A8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.49%

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

R = 43.8%
G = 21.49%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D468A8 (or 0xD468A8) is known color: Hopbush. HEX triplet: D4, 68 and A8. RGB value is (212,104,168). Sum of RGB (Red+Green+Blue) = 212+104+168=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D468A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D468A8 is #2B9757. Grayscale: #8F8F8F. Windows color (decimal): -2856792 or 11036884. OLE color: 11036884.

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

Color convert

RGB 212 104 168 -
CMYK 0 0.51 0.21 0.17
HSL 324.44º 0.56% 0.62% -
HSV(B) 324.44º 0.51% 0.83% -
XYZ 39.17 26.72 40.14 -
YUV 143.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 212 104 168 0 0.51 0.21 0.17 324.44 0.56 0.62
Hex D4 68 A8 0 33 15 11 144 38 3E
Octal 324 150 250 0 63 25 21 504 70 76
Binary 11010100 1101000 10101000 0 110011 10101 10001 101000100 111000 111110

Color Harmonies of #D468A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D468A8

Black with #D468A8

Text Example


Text Example

White with #D468A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D468A8; }

 p { color: rgb(212,104,168); }

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

background-color css

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

 a { background-color: rgb(212,104,168); }

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

border-color css

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

 span { border-color: rgb(212,104,168); }

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