Html Css Color HEX #D5486F Cranberry

📋 copy color: '#D5486F'

red 213 ◦ green 72 ◦ blue 111

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

Shades of Cranberry #D5486F

Tints of Cranberry #D5486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.18%

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 53.79%
G = 18.18%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5486F (or 0xD5486F) is known color: Cranberry. HEX triplet: D5, 48 and 6F. RGB value is (213,72,111). Sum of RGB (Red+Green+Blue) = 213+72+111=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5486F is #2AB790. Grayscale: #767676. Windows color (decimal): -2799505 or 7293141. OLE color: 7293141.

HSL color Cylindrical-coordinate representation of color #D5486F: hue angle of 343.4º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5486F is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 72 111 -
CMYK 0 0.66 0.48 0.16
HSL 343.4º 0.63% 0.56% -
HSV(B) 343.4º 0.66% 0.84% -
XYZ 32.63 19.93 17.17 -
YUV 118.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 213 72 111 0 0.66 0.48 0.16 343.4 0.63 0.56
Hex D5 48 6F 0 42 30 10 157 3F 38
Octal 325 110 157 0 102 60 20 527 77 70
Binary 11010101 1001000 1101111 0 1000010 110000 10000 101010111 111111 111000

Color Harmonies of #D5486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5486F

Black with #D5486F

Text Example


Text Example

White with #D5486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5486F; }

 p { color: rgb(213,72,111); }

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

background-color css

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

 a { background-color: rgb(213,72,111); }

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

border-color css

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

 span { border-color: rgb(213,72,111); }

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