Html Css Color HEX #D54C72 Cranberry

📋 copy color: '#D54C72'

red 213 ◦ green 76 ◦ blue 114

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

Shades of Cranberry #D54C72

Tints of Cranberry #D54C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.86%

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

R = 52.85%
G = 18.86%
B = 28.29%

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

#D54C72 (or 0xD54C72) is known color: Cranberry. HEX triplet: D5, 4C and 72. RGB value is (213,76,114). Sum of RGB (Red+Green+Blue) = 213+76+114=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C72 is #2AB38D. Grayscale: #797979. Windows color (decimal): -2798478 or 7490773. OLE color: 7490773.

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

Color convert

RGB 213 76 114 -
CMYK 0 0.64 0.46 0.16
HSL 343.36º 0.62% 0.57% -
HSV(B) 343.36º 0.64% 0.84% -
XYZ 33.06 20.53 18.14 -
YUV 121.3 123.89 193.41 -
System Red Green Blue C M Y K H S L
Decimal 213 76 114 0 0.64 0.46 0.16 343.36 0.62 0.57
Hex D5 4C 72 0 40 2E 10 157 3E 39
Octal 325 114 162 0 100 56 20 527 76 71
Binary 11010101 1001100 1110010 0 1000000 101110 10000 101010111 111110 111001

Color Harmonies of #D54C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C72

Black with #D54C72

Text Example


Text Example

White with #D54C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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