Html Css Color HEX #D6557A Cranberry

📋 copy color: '#D6557A'

red 214 ◦ green 85 ◦ blue 122

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

Shades of Cranberry #D6557A

Tints of Cranberry #D6557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.98%

R = 50.83%
G = 20.19%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6557A (or 0xD6557A) is known color: Cranberry. HEX triplet: D6, 55 and 7A. RGB value is (214,85,122). Sum of RGB (Red+Green+Blue) = 214+85+122=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6557A is #29AA85. Grayscale: #7F7F7F. Windows color (decimal): -2730630 or 8017366. OLE color: 8017366.

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

Color convert

RGB 214 85 122 -
CMYK 0 0.60 0.43 0.16
HSL 342.79º 0.61% 0.59% -
HSV(B) 342.79º 0.6% 0.84% -
XYZ 34.49 22.2 20.88 -
YUV 127.79 124.74 189.49 -
System Red Green Blue C M Y K H S L
Decimal 214 85 122 0 0.60 0.43 0.16 342.79 0.61 0.59
Hex D6 55 7A 0 3C 2B 10 157 3D 3B
Octal 326 125 172 0 74 53 20 527 75 73
Binary 11010110 1010101 1111010 0 111100 101011 10000 101010111 111101 111011

Color Harmonies of #D6557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6557A

Black with #D6557A

Text Example


Text Example

White with #D6557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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