#D65CAD

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

Shades of Hopbush #D65CAD

Tints of Hopbush #D65CAD

Color information

#D65CAD (or 0xD65CAD) is unknown color: approx Hopbush. HEX triplet: D6, 5C and AD. RGB value is (214,92,173). Sum of RGB (Red+Green+Blue) = 214+92+173=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CAD is #29A352. Grayscale: #898989. Windows color (decimal): -2728787 or 11361494. OLE color: 11361494.

HSL color Cylindrical-coordinate representation of color #D65CAD: hue angle of 320.16º 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 #D65CAD is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21492173-
CMYK00.570.190.16
HSL320.16º59.8%60%-
HSV(B)320.16º57.01%83.92%-
XYZ39.124.9742.29-
YUV137.71147.92182.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=44.68%
G=19.21%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149217300.570.190.16320.1659.860
HexD65CAD03913101403c3c
Octal32613425507123205007474
Binary1101011010111001010110101110011001110000101000000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CAD; }

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

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

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

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

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

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

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

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