Html Css Color HEX #D54D77 Cranberry

📋 copy color: '#D54D77'

red 213 ◦ green 77 ◦ blue 119

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

Shades of Cranberry #D54D77

Tints of Cranberry #D54D77

RGB

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

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

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

R = 52.08%
G = 18.83%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D54D77 (or 0xD54D77) is known color: Cranberry. HEX triplet: D5, 4D and 77. RGB value is (213,77,119). Sum of RGB (Red+Green+Blue) = 213+77+119=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D77 is #2AB288. Grayscale: #7A7A7A. Windows color (decimal): -2798217 or 7818709. OLE color: 7818709.

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

Color convert

RGB 213 77 119 -
CMYK 0 0.64 0.44 0.16
HSL 341.47º 0.62% 0.57% -
HSV(B) 341.47º 0.64% 0.84% -
XYZ 33.42 20.79 19.7 -
YUV 122.45 126.06 192.58 -
System Red Green Blue C M Y K H S L
Decimal 213 77 119 0 0.64 0.44 0.16 341.47 0.62 0.57
Hex D5 4D 77 0 40 2C 10 155 3E 39
Octal 325 115 167 0 100 54 20 525 76 71
Binary 11010101 1001101 1110111 0 1000000 101100 10000 101010101 111110 111001

Color Harmonies of #D54D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D77

Black with #D54D77

Text Example


Text Example

White with #D54D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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