Html Css Color HEX #D54A77 Cranberry

📋 copy color: '#D54A77'

red 213 ◦ green 74 ◦ blue 119

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

Shades of Cranberry #D54A77

Tints of Cranberry #D54A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.23%

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 52.46%
G = 18.23%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D54A77 (or 0xD54A77) is known color: Cranberry. HEX triplet: D5, 4A and 77. RGB value is (213,74,119). Sum of RGB (Red+Green+Blue) = 213+74+119=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A77 is #2AB588. Grayscale: #787878. Windows color (decimal): -2798985 or 7817941. OLE color: 7817941.

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

Color convert

RGB 213 74 119 -
CMYK 0 0.65 0.44 0.16
HSL 340.58º 0.62% 0.56% -
HSV(B) 340.58º 0.65% 0.84% -
XYZ 33.22 20.38 19.63 -
YUV 120.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 213 74 119 0 0.65 0.44 0.16 340.58 0.62 0.56
Hex D5 4A 77 0 41 2C 10 155 3E 38
Octal 325 112 167 0 101 54 20 525 76 70
Binary 11010101 1001010 1110111 0 1000001 101100 10000 101010101 111110 111000

Color Harmonies of #D54A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A77

Black with #D54A77

Text Example


Text Example

White with #D54A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A77; }

 p { color: rgb(213,74,119); }

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

background-color css

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

 a { background-color: rgb(213,74,119); }

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

border-color css

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

 span { border-color: rgb(213,74,119); }

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