Html Css Color HEX #D54C75 Cranberry

📋 copy color: '#D54C75'

red 213 ◦ green 76 ◦ blue 117

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

Shades of Cranberry #D54C75

Tints of Cranberry #D54C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 52.46%
G = 18.72%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D54C75 (or 0xD54C75) is known color: Cranberry. HEX triplet: D5, 4C and 75. RGB value is (213,76,117). Sum of RGB (Red+Green+Blue) = 213+76+117=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C75 is #2AB38A. Grayscale: #797979. Windows color (decimal): -2798475 or 7687381. OLE color: 7687381.

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

Color convert

RGB 213 76 117 -
CMYK 0 0.64 0.45 0.16
HSL 342.04º 0.62% 0.57% -
HSV(B) 342.04º 0.64% 0.84% -
XYZ 33.24 20.6 19.05 -
YUV 121.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 213 76 117 0 0.64 0.45 0.16 342.04 0.62 0.57
Hex D5 4C 75 0 40 2D 10 156 3E 39
Octal 325 114 165 0 100 55 20 526 76 71
Binary 11010101 1001100 1110101 0 1000000 101101 10000 101010110 111110 111001

Color Harmonies of #D54C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C75

Black with #D54C75

Text Example


Text Example

White with #D54C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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