Html Css Color HEX #D54C78 Cranberry

📋 copy color: '#D54C78'

red 213 ◦ green 76 ◦ blue 120

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

Shades of Cranberry #D54C78

Tints of Cranberry #D54C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 52.08%
G = 18.58%
B = 29.34%

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

#D54C78 (or 0xD54C78) is known color: Cranberry. HEX triplet: D5, 4C and 78. RGB value is (213,76,120). Sum of RGB (Red+Green+Blue) = 213+76+120=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C78 is #2AB387. Grayscale: #797979. Windows color (decimal): -2798472 or 7883989. OLE color: 7883989.

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

Color convert

RGB 213 76 120 -
CMYK 0 0.64 0.44 0.16
HSL 340.73º 0.62% 0.57% -
HSV(B) 340.73º 0.64% 0.84% -
XYZ 33.42 20.67 20 -
YUV 121.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 213 76 120 0 0.64 0.44 0.16 340.73 0.62 0.57
Hex D5 4C 78 0 40 2C 10 155 3E 39
Octal 325 114 170 0 100 54 20 525 76 71
Binary 11010101 1001100 1111000 0 1000000 101100 10000 101010101 111110 111001

Color Harmonies of #D54C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C78

Black with #D54C78

Text Example


Text Example

White with #D54C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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