Html Css Color HEX #D6557D Cranberry

📋 copy color: '#D6557D'

red 214 ◦ green 85 ◦ blue 125

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

Shades of Cranberry #D6557D

Tints of Cranberry #D6557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 50.47%
G = 20.05%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6557D (or 0xD6557D) is known color: Cranberry. HEX triplet: D6, 55 and 7D. RGB value is (214,85,125). Sum of RGB (Red+Green+Blue) = 214+85+125=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6557D is #29AA82. Grayscale: #808080. Windows color (decimal): -2730627 or 8213974. OLE color: 8213974.

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

Color convert

RGB 214 85 125 -
CMYK 0 0.60 0.42 0.16
HSL 341.4º 0.61% 0.59% -
HSV(B) 341.4º 0.6% 0.84% -
XYZ 34.68 22.27 21.87 -
YUV 128.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 214 85 125 0 0.60 0.42 0.16 341.4 0.61 0.59
Hex D6 55 7D 0 3C 2A 10 155 3D 3B
Octal 326 125 175 0 74 52 20 525 75 73
Binary 11010110 1010101 1111101 0 111100 101010 10000 101010101 111101 111011

Color Harmonies of #D6557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6557D

Black with #D6557D

Text Example


Text Example

White with #D6557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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