#D65CAC

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

Shades of Hopbush #D65CAC

Tints of Hopbush #D65CAC

Color information

#D65CAC (or 0xD65CAC) is unknown color: approx Hopbush. HEX triplet: D6, 5C and AC. RGB value is (214,92,172). Sum of RGB (Red+Green+Blue) = 214+92+172=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CAC is #29A353. Grayscale: #898989. Windows color (decimal): -2728788 or 11295958. OLE color: 11295958.

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

Color convert

RGB21492172-
CMYK00.570.200.16
HSL320.66º59.8%60%-
HSV(B)320.66º57.01%83.92%-
XYZ39.0124.9341.79-
YUV137.6147.42182.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 92 (36.33% from 255) = 19.25%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=44.77%
G=19.25%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149217200.570.200.16320.6659.860
HexD65CAC03914101413c3c
Octal32613425407124205017474
Binary1101011010111001010110001110011010010000101000001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CAC; }

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

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

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

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

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

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

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

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