#D65CA1

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

Shades of Hopbush #D65CA1

Tints of Hopbush #D65CA1

Color information

#D65CA1 (or 0xD65CA1) is unknown color: approx Hopbush. HEX triplet: D6, 5C and A1. RGB value is (214,92,161). Sum of RGB (Red+Green+Blue) = 214+92+161=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CA1 is #29A35E. Grayscale: #888888. Windows color (decimal): -2728799 or 10575062. OLE color: 10575062.

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

Color convert

RGB21492161-
CMYK00.570.250.16
HSL326.07º59.8%60%-
HSV(B)326.07º57.01%83.92%-
XYZ37.9924.5236.45-
YUV136.34141.92183.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 92 (36.33% from 255) = 19.70%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=45.82%
G=19.70%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149216100.570.250.16326.0759.860
HexD65CA103919101463c3c
Octal32613424107131205067474
Binary1101011010111001010000101110011100110000101000110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CA1; }

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

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

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

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

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

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

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

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