Html Css Color HEX #D55077 Cranberry

📋 copy color: '#D55077'

red 213 ◦ green 80 ◦ blue 119

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

Shades of Cranberry #D55077

Tints of Cranberry #D55077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 51.7%
G = 19.42%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D55077 (or 0xD55077) is known color: Cranberry. HEX triplet: D5, 50 and 77. RGB value is (213,80,119). Sum of RGB (Red+Green+Blue) = 213+80+119=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D55077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55077 is #2AAF88. Grayscale: #7C7C7C. Windows color (decimal): -2797449 or 7819477. OLE color: 7819477.

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

Color convert

RGB 213 80 119 -
CMYK 0 0.62 0.44 0.16
HSL 342.41º 0.61% 0.57% -
HSV(B) 342.41º 0.62% 0.84% -
XYZ 33.64 21.22 19.77 -
YUV 124.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 213 80 119 0 0.62 0.44 0.16 342.41 0.61 0.57
Hex D5 50 77 0 3E 2C 10 156 3D 39
Octal 325 120 167 0 76 54 20 526 75 71
Binary 11010101 1010000 1110111 0 111110 101100 10000 101010110 111101 111001

Color Harmonies of #D55077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55077

Black with #D55077

Text Example


Text Example

White with #D55077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55077; }

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

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

background-color css

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

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

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

border-color css

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

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

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