Html Css Color HEX #D54D72 Cranberry

📋 copy color: '#D54D72'

red 213 ◦ green 77 ◦ blue 114

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

Shades of Cranberry #D54D72

Tints of Cranberry #D54D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 52.72%
G = 19.06%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D54D72 (or 0xD54D72) is known color: Cranberry. HEX triplet: D5, 4D and 72. RGB value is (213,77,114). Sum of RGB (Red+Green+Blue) = 213+77+114=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D72 is #2AB28D. Grayscale: #797979. Windows color (decimal): -2798222 or 7491029. OLE color: 7491029.

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

Color convert

RGB 213 77 114 -
CMYK 0 0.64 0.46 0.16
HSL 343.68º 0.62% 0.57% -
HSV(B) 343.68º 0.64% 0.84% -
XYZ 33.13 20.67 18.16 -
YUV 121.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 213 77 114 0 0.64 0.46 0.16 343.68 0.62 0.57
Hex D5 4D 72 0 40 2E 10 158 3E 39
Octal 325 115 162 0 100 56 20 530 76 71
Binary 11010101 1001101 1110010 0 1000000 101110 10000 101011000 111110 111001

Color Harmonies of #D54D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D72

Black with #D54D72

Text Example


Text Example

White with #D54D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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