Html Css Color HEX #D55375 Cranberry

📋 copy color: '#D55375'

red 213 ◦ green 83 ◦ blue 117

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

Shades of Cranberry #D55375

Tints of Cranberry #D55375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

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

R = 51.57%
G = 20.1%
B = 28.33%

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

#D55375 (or 0xD55375) is known color: Cranberry. HEX triplet: D5, 53 and 75. RGB value is (213,83,117). Sum of RGB (Red+Green+Blue) = 213+83+117=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D55375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55375 is #2AAC8A. Grayscale: #7D7D7D. Windows color (decimal): -2796683 or 7689173. OLE color: 7689173.

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

Color convert

RGB 213 83 117 -
CMYK 0 0.61 0.45 0.16
HSL 344.31º 0.61% 0.58% -
HSV(B) 344.31º 0.61% 0.84% -
XYZ 33.74 21.62 19.22 -
YUV 125.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 213 83 117 0 0.61 0.45 0.16 344.31 0.61 0.58
Hex D5 53 75 0 3D 2D 10 158 3D 3A
Octal 325 123 165 0 75 55 20 530 75 72
Binary 11010101 1010011 1110101 0 111101 101101 10000 101011000 111101 111010

Color Harmonies of #D55375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55375

Black with #D55375

Text Example


Text Example

White with #D55375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55375; }

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

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

background-color css

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

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

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

border-color css

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

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

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