Html Css Color HEX #D6557B Cranberry

📋 copy color: '#D6557B'

red 214 ◦ green 85 ◦ blue 123

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

Shades of Cranberry #D6557B

Tints of Cranberry #D6557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.15%

R = 50.71%
G = 20.14%
B = 29.15%

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

#D6557B (or 0xD6557B) is known color: Cranberry. HEX triplet: D6, 55 and 7B. RGB value is (214,85,123). Sum of RGB (Red+Green+Blue) = 214+85+123=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6557B is #29AA84. Grayscale: #7F7F7F. Windows color (decimal): -2730629 or 8082902. OLE color: 8082902.

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

Color convert

RGB 214 85 123 -
CMYK 0 0.60 0.43 0.16
HSL 342.33º 0.61% 0.59% -
HSV(B) 342.33º 0.6% 0.84% -
XYZ 34.56 22.22 21.21 -
YUV 127.9 125.24 189.41 -
System Red Green Blue C M Y K H S L
Decimal 214 85 123 0 0.60 0.43 0.16 342.33 0.61 0.59
Hex D6 55 7B 0 3C 2B 10 156 3D 3B
Octal 326 125 173 0 74 53 20 526 75 73
Binary 11010110 1010101 1111011 0 111100 101011 10000 101010110 111101 111011

Color Harmonies of #D6557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6557B

Black with #D6557B

Text Example


Text Example

White with #D6557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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