#D65674

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

Shades of Cranberry #D65674

Tints of Cranberry #D65674

Color information

#D65674 (or 0xD65674) is unknown color: approx Cranberry. HEX triplet: D6, 56 and 74. RGB value is (214,86,116). Sum of RGB (Red+Green+Blue) = 214+86+116=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D65674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65674 is #29A98B. Grayscale: #7F7F7F. Windows color (decimal): -2730380 or 7624406. OLE color: 7624406.

HSL color Cylindrical-coordinate representation of color #D65674: hue angle of 345.94º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65674 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB21486116-
CMYK00.600.460.16
HSL345.94º60.95%58.82%-
HSV(B)345.94º59.81%83.92%-
XYZ34.2122.2119.01-
YUV127.69121.41189.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.44%
GREEN value IS 86 (33.98% from 255) = 20.67%
BLUE value IS 116 (45.70% from 255) = 27.88%
R=51.44%
G=20.67%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148611600.600.460.16345.9460.9558.82
HexD6567403C2E1015a3d3b
Octal32612616407456205327573
Binary1101011010101101110100011110010111010000101011010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65674; }

 p { color: rgb(214,86,116); }

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

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

 a { background-color: rgb(214,86,116); }

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

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

 span { border-color: rgb(214,86,116); }

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