Html Css Color HEX #D6557E Cranberry

📋 copy color: '#D6557E'

red 214 ◦ green 85 ◦ blue 126

#D6557E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D6557E

Tints of Cranberry #D6557E

RGB

 RED value IS 214 (83.98% from 255) = 50.35%

 GREEN value IS 85 (33.59% from 255) = 20%

 BLUE value IS 126 (49.61% from 255) = 29.65%

R = 50.35%
G = 20%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6557E (or 0xD6557E) is known color: Cranberry. HEX triplet: D6, 55 and 7E. RGB value is (214,85,126). Sum of RGB (Red+Green+Blue) = 214+85+126=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6557E is #29AA81. Grayscale: #808080. Windows color (decimal): -2730626 or 8279510. OLE color: 8279510.

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

Color convert

RGB 214 85 126 -
CMYK 0 0.60 0.41 0.16
HSL 340.93º 0.61% 0.59% -
HSV(B) 340.93º 0.6% 0.84% -
XYZ 34.75 22.3 22.21 -
YUV 128.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 214 85 126 0 0.60 0.41 0.16 340.93 0.61 0.59
Hex D6 55 7E 0 3C 29 10 155 3D 3B
Octal 326 125 176 0 74 51 20 525 75 73
Binary 11010110 1010101 1111110 0 111100 101001 10000 101010101 111101 111011

Color Harmonies of #D6557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6557E

Black with #D6557E

Text Example


Text Example

White with #D6557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6557E; }

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

 H1.HeaderClassName
 {
   color: #D6557E;
 }
 .AnyTagClassName
 {
   color: #D6557E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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