#D65CAA

Color #D65CAA Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D65CAA

Tints of Hopbush #D65CAA

Color information

#D65CAA (or 0xD65CAA) is unknown color: approx Hopbush. HEX triplet: D6, 5C and AA. RGB value is (214,92,170). Sum of RGB (Red+Green+Blue) = 214+92+170=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CAA is #29A355. Grayscale: #898989. Windows color (decimal): -2728790 or 11164886. OLE color: 11164886.

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

Color convert

RGB21492170-
CMYK00.570.210.16
HSL321.64º59.8%60%-
HSV(B)321.64º57.01%83.92%-
XYZ38.8124.8540.78-
YUV137.37146.42182.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 92 (36.33% from 255) = 19.33%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=44.96%
G=19.33%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149217000.570.210.16321.6459.860
HexD65CAA03915101423c3c
Octal32613425207125205027474
Binary1101011010111001010101001110011010110000101000010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CAA; }

 p { color: rgb(214,92,170); }

 H1.HeaderClassName
 {
   color: #D65CAA;
 }
 .AnyTagClassName
 {
   color: #D65CAA;
 }
</style>
background-color css

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

 a { background-color: rgb(214,92,170); }

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

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

 span { border-color: rgb(214,92,170); }

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