Html Css Color HEX #D55079 Cranberry

📋 copy color: '#D55079'

red 213 ◦ green 80 ◦ blue 121

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

Shades of Cranberry #D55079

Tints of Cranberry #D55079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

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

R = 51.45%
G = 19.32%
B = 29.23%

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

#D55079 (or 0xD55079) is known color: Cranberry. HEX triplet: D5, 50 and 79. RGB value is (213,80,121). Sum of RGB (Red+Green+Blue) = 213+80+121=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D55079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55079 is #2AAF86. Grayscale: #7C7C7C. Windows color (decimal): -2797447 or 7950549. OLE color: 7950549.

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

Color convert

RGB 213 80 121 -
CMYK 0 0.62 0.43 0.16
HSL 341.5º 0.61% 0.57% -
HSV(B) 341.5º 0.62% 0.84% -
XYZ 33.76 21.26 20.41 -
YUV 124.44 126.06 191.17 -
System Red Green Blue C M Y K H S L
Decimal 213 80 121 0 0.62 0.43 0.16 341.5 0.61 0.57
Hex D5 50 79 0 3E 2B 10 156 3D 39
Octal 325 120 171 0 76 53 20 526 75 71
Binary 11010101 1010000 1111001 0 111110 101011 10000 101010110 111101 111001

Color Harmonies of #D55079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55079

Black with #D55079

Text Example


Text Example

White with #D55079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55079; }

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

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

background-color css

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

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

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

border-color css

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

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

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