Html Css Color HEX #D55C76 Cranberry

📋 copy color: '#D55C76'

red 213 ◦ green 92 ◦ blue 118

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

Shades of Cranberry #D55C76

Tints of Cranberry #D55C76

RGB

 RED value IS 213 (83.59% from 255) = 50.35%

 GREEN value IS 92 (36.33% from 255) = 21.75%

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 50.35%
G = 21.75%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D55C76 (or 0xD55C76) is known color: Cranberry. HEX triplet: D5, 5C and 76. RGB value is (213,92,118). Sum of RGB (Red+Green+Blue) = 213+92+118=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C76 is #2AA389. Grayscale: #838383. Windows color (decimal): -2794378 or 7757013. OLE color: 7757013.

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

Color convert

RGB 213 92 118 -
CMYK 0 0.57 0.45 0.16
HSL 347.11º 0.59% 0.6% -
HSV(B) 347.11º 0.57% 0.84% -
XYZ 34.54 23.11 19.78 -
YUV 131.14 120.59 186.39 -
System Red Green Blue C M Y K H S L
Decimal 213 92 118 0 0.57 0.45 0.16 347.11 0.59 0.6
Hex D5 5C 76 0 39 2D 10 15B 3B 3C
Octal 325 134 166 0 71 55 20 533 73 74
Binary 11010101 1011100 1110110 0 111001 101101 10000 101011011 111011 111100

Color Harmonies of #D55C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C76

Black with #D55C76

Text Example


Text Example

White with #D55C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C76; }

 p { color: rgb(213,92,118); }

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

background-color css

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

 a { background-color: rgb(213,92,118); }

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

border-color css

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

 span { border-color: rgb(213,92,118); }

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