Html Css Color HEX #D54F80 Cranberry

📋 copy color: '#D54F80'

red 213 ◦ green 79 ◦ blue 128

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

Shades of Cranberry #D54F80

Tints of Cranberry #D54F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.48%

R = 50.71%
G = 18.81%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D54F80 (or 0xD54F80) is known color: Cranberry. HEX triplet: D5, 4F and 80. RGB value is (213,79,128). Sum of RGB (Red+Green+Blue) = 213+79+128=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54F80 is #2AB07F. Grayscale: #7C7C7C. Windows color (decimal): -2797696 or 8409045. OLE color: 8409045.

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

Color convert

RGB 213 79 128 -
CMYK 0 0.63 0.40 0.16
HSL 338.06º 0.61% 0.57% -
HSV(B) 338.06º 0.63% 0.84% -
XYZ 34.13 21.3 22.73 -
YUV 124.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 213 79 128 0 0.63 0.40 0.16 338.06 0.61 0.57
Hex D5 4F 80 0 3F 28 10 152 3D 39
Octal 325 117 200 0 77 50 20 522 75 71
Binary 11010101 1001111 10000000 0 111111 101000 10000 101010010 111101 111001

Color Harmonies of #D54F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F80

Black with #D54F80

Text Example


Text Example

White with #D54F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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