Html Css Color HEX #D55775 Cranberry

📋 copy color: '#D55775'

red 213 ◦ green 87 ◦ blue 117

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

Shades of Cranberry #D55775

Tints of Cranberry #D55775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.86%

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 51.08%
G = 20.86%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D55775 (or 0xD55775) is known color: Cranberry. HEX triplet: D5, 57 and 75. RGB value is (213,87,117). Sum of RGB (Red+Green+Blue) = 213+87+117=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D55775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55775 is #2AA88A. Grayscale: #808080. Windows color (decimal): -2795659 or 7690197. OLE color: 7690197.

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

Color convert

RGB 213 87 117 -
CMYK 0 0.59 0.45 0.16
HSL 345.71º 0.6% 0.59% -
HSV(B) 345.71º 0.59% 0.84% -
XYZ 34.06 22.25 19.33 -
YUV 128.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 213 87 117 0 0.59 0.45 0.16 345.71 0.6 0.59
Hex D5 57 75 0 3B 2D 10 15A 3C 3B
Octal 325 127 165 0 73 55 20 532 74 73
Binary 11010101 1010111 1110101 0 111011 101101 10000 101011010 111100 111011

Color Harmonies of #D55775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55775

Black with #D55775

Text Example


Text Example

White with #D55775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55775; }

 p { color: rgb(213,87,117); }

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

background-color css

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

 a { background-color: rgb(213,87,117); }

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

border-color css

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

 span { border-color: rgb(213,87,117); }

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