#D65CA2

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

Shades of Hopbush #D65CA2

Tints of Hopbush #D65CA2

Color information

#D65CA2 (or 0xD65CA2) is unknown color: approx Hopbush. HEX triplet: D6, 5C and A2. RGB value is (214,92,162). Sum of RGB (Red+Green+Blue) = 214+92+162=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CA2 is #29A35D. Grayscale: #888888. Windows color (decimal): -2728798 or 10640598. OLE color: 10640598.

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

Color convert

RGB21492162-
CMYK00.570.240.16
HSL325.57º59.8%60%-
HSV(B)325.57º57.01%83.92%-
XYZ38.0824.5636.92-
YUV136.46142.42183.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 162 (63.67% from 255) = 34.62%
R=45.73%
G=19.66%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149216200.570.240.16325.5759.860
HexD65CA203918101463c3c
Octal32613424207130205067474
Binary1101011010111001010001001110011100010000101000110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CA2; }

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

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

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

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

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

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

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

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