Html Css Color HEX #D54D71 Cranberry

📋 copy color: '#D54D71'

red 213 ◦ green 77 ◦ blue 113

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

Shades of Cranberry #D54D71

Tints of Cranberry #D54D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.11%

 BLUE value IS 113 (44.53% from 255) = 28.04%

R = 52.85%
G = 19.11%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D54D71 (or 0xD54D71) is known color: Cranberry. HEX triplet: D5, 4D and 71. RGB value is (213,77,113). Sum of RGB (Red+Green+Blue) = 213+77+113=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D71 is #2AB28E. Grayscale: #797979. Windows color (decimal): -2798223 or 7425493. OLE color: 7425493.

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

Color convert

RGB 213 77 113 -
CMYK 0 0.64 0.47 0.16
HSL 344.12º 0.62% 0.57% -
HSV(B) 344.12º 0.64% 0.84% -
XYZ 33.08 20.65 17.86 -
YUV 121.77 123.06 193.07 -
System Red Green Blue C M Y K H S L
Decimal 213 77 113 0 0.64 0.47 0.16 344.12 0.62 0.57
Hex D5 4D 71 0 40 2F 10 158 3E 39
Octal 325 115 161 0 100 57 20 530 76 71
Binary 11010101 1001101 1110001 0 1000000 101111 10000 101011000 111110 111001

Color Harmonies of #D54D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D71

Black with #D54D71

Text Example


Text Example

White with #D54D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D71; }

 p { color: rgb(213,77,113); }

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

background-color css

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

 a { background-color: rgb(213,77,113); }

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

border-color css

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

 span { border-color: rgb(213,77,113); }

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