Html Css Color HEX #D54C80 Cranberry

📋 copy color: '#D54C80'

red 213 ◦ green 76 ◦ blue 128

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

Shades of Cranberry #D54C80

Tints of Cranberry #D54C80

RGB

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

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

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

R = 51.08%
G = 18.23%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D54C80 (or 0xD54C80) is known color: Cranberry. HEX triplet: D5, 4C and 80. RGB value is (213,76,128). Sum of RGB (Red+Green+Blue) = 213+76+128=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C80 is #2AB37F. Grayscale: #7A7A7A. Windows color (decimal): -2798464 or 8408277. OLE color: 8408277.

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

Color convert

RGB 213 76 128 -
CMYK 0 0.64 0.40 0.16
HSL 337.23º 0.62% 0.57% -
HSV(B) 337.23º 0.64% 0.84% -
XYZ 33.92 20.87 22.66 -
YUV 122.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 213 76 128 0 0.64 0.40 0.16 337.23 0.62 0.57
Hex D5 4C 80 0 40 28 10 151 3E 39
Octal 325 114 200 0 100 50 20 521 76 71
Binary 11010101 1001100 10000000 0 1000000 101000 10000 101010001 111110 111001

Color Harmonies of #D54C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C80

Black with #D54C80

Text Example


Text Example

White with #D54C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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