#D6627E

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

Shades of Cranberry #D6627E

Tints of Cranberry #D6627E

Color information

#D6627E (or 0xD6627E) is unknown color: approx Cranberry. HEX triplet: D6, 62 and 7E. RGB value is (214,98,126). Sum of RGB (Red+Green+Blue) = 214+98+126=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6627E is #299D81. Grayscale: #878787. Windows color (decimal): -2727298 or 8282838. OLE color: 8282838.

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

Color convert

RGB21498126-
CMYK00.540.410.16
HSL345.52º58.59%61.18%-
HSV(B)345.52º54.21%83.92%-
XYZ35.8724.5422.58-
YUV135.88122.43183.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 98 (38.67% from 255) = 22.37%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=48.86%
G=22.37%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149812600.540.410.16345.5258.5961.18
HexD6627E036291015a3b3d
Octal32614217606651205327375
Binary1101011011000101111110011011010100110000101011010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6627E; }

 p { color: rgb(214,98,126); }

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

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

 a { background-color: rgb(214,98,126); }

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

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

 span { border-color: rgb(214,98,126); }

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