Html Css Color HEX #D54771 Cranberry

📋 copy color: '#D54771'

red 213 ◦ green 71 ◦ blue 113

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

Shades of Cranberry #D54771

Tints of Cranberry #D54771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.88%

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

R = 53.65%
G = 17.88%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D54771 (or 0xD54771) is known color: Cranberry. HEX triplet: D5, 47 and 71. RGB value is (213,71,113). Sum of RGB (Red+Green+Blue) = 213+71+113=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D54771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54771 is #2AB88E. Grayscale: #767676. Windows color (decimal): -2799759 or 7423957. OLE color: 7423957.

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

Color convert

RGB 213 71 113 -
CMYK 0 0.67 0.47 0.16
HSL 342.25º 0.63% 0.56% -
HSV(B) 342.25º 0.67% 0.84% -
XYZ 32.67 19.84 17.73 -
YUV 118.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 213 71 113 0 0.67 0.47 0.16 342.25 0.63 0.56
Hex D5 47 71 0 43 2F 10 156 3F 38
Octal 325 107 161 0 103 57 20 526 77 70
Binary 11010101 1000111 1110001 0 1000011 101111 10000 101010110 111111 111000

Color Harmonies of #D54771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54771

Black with #D54771

Text Example


Text Example

White with #D54771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54771; }

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

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

background-color css

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

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

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

border-color css

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

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

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