Html Css Color HEX #D55275 Cranberry

📋 copy color: '#D55275'

red 213 ◦ green 82 ◦ blue 117

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

Shades of Cranberry #D55275

Tints of Cranberry #D55275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

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

R = 51.7%
G = 19.9%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D55275 (or 0xD55275) is known color: Cranberry. HEX triplet: D5, 52 and 75. RGB value is (213,82,117). Sum of RGB (Red+Green+Blue) = 213+82+117=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D55275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55275 is #2AAD8A. Grayscale: #7D7D7D. Windows color (decimal): -2796939 or 7688917. OLE color: 7688917.

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

Color convert

RGB 213 82 117 -
CMYK 0 0.62 0.45 0.16
HSL 343.97º 0.61% 0.58% -
HSV(B) 343.97º 0.62% 0.84% -
XYZ 33.67 21.47 19.2 -
YUV 125.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 213 82 117 0 0.62 0.45 0.16 343.97 0.61 0.58
Hex D5 52 75 0 3E 2D 10 158 3D 3A
Octal 325 122 165 0 76 55 20 530 75 72
Binary 11010101 1010010 1110101 0 111110 101101 10000 101011000 111101 111010

Color Harmonies of #D55275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55275

Black with #D55275

Text Example


Text Example

White with #D55275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55275; }

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

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

background-color css

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

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

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

border-color css

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

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

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