Html Css Color HEX #D55475 Cranberry

📋 copy color: '#D55475'

red 213 ◦ green 84 ◦ blue 117

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

Shades of Cranberry #D55475

Tints of Cranberry #D55475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.29%

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

R = 51.45%
G = 20.29%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D55475 (or 0xD55475) is known color: Cranberry. HEX triplet: D5, 54 and 75. RGB value is (213,84,117). Sum of RGB (Red+Green+Blue) = 213+84+117=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D55475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55475 is #2AAB8A. Grayscale: #7E7E7E. Windows color (decimal): -2796427 or 7689429. OLE color: 7689429.

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

Color convert

RGB 213 84 117 -
CMYK 0 0.61 0.45 0.16
HSL 344.65º 0.61% 0.58% -
HSV(B) 344.65º 0.61% 0.84% -
XYZ 33.82 21.77 19.25 -
YUV 126.33 122.74 189.82 -
System Red Green Blue C M Y K H S L
Decimal 213 84 117 0 0.61 0.45 0.16 344.65 0.61 0.58
Hex D5 54 75 0 3D 2D 10 159 3D 3A
Octal 325 124 165 0 75 55 20 531 75 72
Binary 11010101 1010100 1110101 0 111101 101101 10000 101011001 111101 111010

Color Harmonies of #D55475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55475

Black with #D55475

Text Example


Text Example

White with #D55475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55475; }

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

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

background-color css

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

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

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

border-color css

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

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

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