#D5669A

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

Shades of Hopbush #D5669A

Tints of Hopbush #D5669A

Color information

#D5669A (or 0xD5669A) is unknown color: approx Hopbush. HEX triplet: D5, 66 and 9A. RGB value is (213,102,154). Sum of RGB (Red+Green+Blue) = 213+102+154=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5669A is #2A9965. Grayscale: #8D8D8D. Windows color (decimal): -2791782 or 10118869. OLE color: 10118869.

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

Color convert

RGB213102154-
CMYK00.520.280.16
HSL331.89º56.92%61.76%-
HSV(B)331.89º52.11%83.53%-
XYZ38.0225.9833.58-
YUV141.12135.27179.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=45.42%
G=21.75%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310215400.520.280.16331.8956.9261.76
HexD5669A0341C1014c393e
Octal32514623206434205147176
Binary1101010111001101001101001101001110010000101001100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5669A; }

 p { color: rgb(213,102,154); }

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

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

 a { background-color: rgb(213,102,154); }

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

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

 span { border-color: rgb(213,102,154); }

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