Html Css Color HEX #D468A5 Hopbush

📋 copy color: '#D468A5'

red 212 ◦ green 104 ◦ blue 165

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

Shades of Hopbush #D468A5

Tints of Hopbush #D468A5

RGB

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

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

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

R = 44.07%
G = 21.62%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D468A5 (or 0xD468A5) is known color: Hopbush. HEX triplet: D4, 68 and A5. RGB value is (212,104,165). Sum of RGB (Red+Green+Blue) = 212+104+165=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D468A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D468A5 is #2B975A. Grayscale: #8F8F8F. Windows color (decimal): -2856795 or 10840276. OLE color: 10840276.

HSL color Cylindrical-coordinate representation of color #D468A5: hue angle of 326.11º 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 #D468A5 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 104 165 -
CMYK 0 0.51 0.22 0.17
HSL 326.11º 0.56% 0.62% -
HSV(B) 326.11º 0.51% 0.83% -
XYZ 38.89 26.61 38.68 -
YUV 143.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 212 104 165 0 0.51 0.22 0.17 326.11 0.56 0.62
Hex D4 68 A5 0 33 16 11 146 38 3E
Octal 324 150 245 0 63 26 21 506 70 76
Binary 11010100 1101000 10100101 0 110011 10110 10001 101000110 111000 111110

Color Harmonies of #D468A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D468A5

Black with #D468A5

Text Example


Text Example

White with #D468A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D468A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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