Html Css Color HEX #D55072 Cranberry

📋 copy color: '#D55072'

red 213 ◦ green 80 ◦ blue 114

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

Shades of Cranberry #D55072

Tints of Cranberry #D55072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 52.33%
G = 19.66%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D55072 (or 0xD55072) is known color: Cranberry. HEX triplet: D5, 50 and 72. RGB value is (213,80,114). Sum of RGB (Red+Green+Blue) = 213+80+114=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D55072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55072 is #2AAF8D. Grayscale: #7B7B7B. Windows color (decimal): -2797454 or 7491797. OLE color: 7491797.

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

Color convert

RGB 213 80 114 -
CMYK 0 0.62 0.46 0.16
HSL 344.66º 0.61% 0.57% -
HSV(B) 344.66º 0.62% 0.84% -
XYZ 33.35 21.1 18.23 -
YUV 123.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 213 80 114 0 0.62 0.46 0.16 344.66 0.61 0.57
Hex D5 50 72 0 3E 2E 10 159 3D 39
Octal 325 120 162 0 76 56 20 531 75 71
Binary 11010101 1010000 1110010 0 111110 101110 10000 101011001 111101 111001

Color Harmonies of #D55072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55072

Black with #D55072

Text Example


Text Example

White with #D55072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55072; }

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

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

background-color css

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

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

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

border-color css

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

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

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