Html Css Color HEX #D54F78 Cranberry

📋 copy color: '#D54F78'

red 213 ◦ green 79 ◦ blue 120

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

Shades of Cranberry #D54F78

Tints of Cranberry #D54F78

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

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

R = 51.7%
G = 19.17%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D54F78 (or 0xD54F78) is known color: Cranberry. HEX triplet: D5, 4F and 78. RGB value is (213,79,120). Sum of RGB (Red+Green+Blue) = 213+79+120=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F78 is #2AB087. Grayscale: #7B7B7B. Windows color (decimal): -2797704 or 7884757. OLE color: 7884757.

HSL color Cylindrical-coordinate representation of color #D54F78: hue angle of 341.64º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54F78 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 79 120 -
CMYK 0 0.63 0.44 0.16
HSL 341.64º 0.61% 0.57% -
HSV(B) 341.64º 0.63% 0.84% -
XYZ 33.63 21.09 20.07 -
YUV 123.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 213 79 120 0 0.63 0.44 0.16 341.64 0.61 0.57
Hex D5 4F 78 0 3F 2C 10 156 3D 39
Octal 325 117 170 0 77 54 20 526 75 71
Binary 11010101 1001111 1111000 0 111111 101100 10000 101010110 111101 111001

Color Harmonies of #D54F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F78

Black with #D54F78

Text Example


Text Example

White with #D54F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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