Html Css Color HEX #D55179 Cranberry

📋 copy color: '#D55179'

red 213 ◦ green 81 ◦ blue 121

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

Shades of Cranberry #D55179

Tints of Cranberry #D55179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

 BLUE value IS 121 (47.66% from 255) = 29.16%

R = 51.33%
G = 19.52%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D55179 (or 0xD55179) is known color: Cranberry. HEX triplet: D5, 51 and 79. RGB value is (213,81,121). Sum of RGB (Red+Green+Blue) = 213+81+121=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D55179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55179 is #2AAE86. Grayscale: #7D7D7D. Windows color (decimal): -2797191 or 7950805. OLE color: 7950805.

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

Color convert

RGB 213 81 121 -
CMYK 0 0.62 0.43 0.16
HSL 341.82º 0.61% 0.58% -
HSV(B) 341.82º 0.62% 0.84% -
XYZ 33.83 21.41 20.44 -
YUV 125.03 125.73 190.75 -
System Red Green Blue C M Y K H S L
Decimal 213 81 121 0 0.62 0.43 0.16 341.82 0.61 0.58
Hex D5 51 79 0 3E 2B 10 156 3D 3A
Octal 325 121 171 0 76 53 20 526 75 72
Binary 11010101 1010001 1111001 0 111110 101011 10000 101010110 111101 111010

Color Harmonies of #D55179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55179

Black with #D55179

Text Example


Text Example

White with #D55179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55179; }

 p { color: rgb(213,81,121); }

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

background-color css

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

 a { background-color: rgb(213,81,121); }

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

border-color css

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

 span { border-color: rgb(213,81,121); }

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