Html Css Color HEX #D54D80 Cranberry

📋 copy color: '#D54D80'

red 213 ◦ green 77 ◦ blue 128

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

Shades of Cranberry #D54D80

Tints of Cranberry #D54D80

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.42%

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

R = 50.96%
G = 18.42%
B = 30.62%

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

#D54D80 (or 0xD54D80) is known color: Cranberry. HEX triplet: D5, 4D and 80. RGB value is (213,77,128). Sum of RGB (Red+Green+Blue) = 213+77+128=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D80 is #2AB27F. Grayscale: #7B7B7B. Windows color (decimal): -2798208 or 8408533. OLE color: 8408533.

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

Color convert

RGB 213 77 128 -
CMYK 0 0.64 0.40 0.16
HSL 337.5º 0.62% 0.57% -
HSV(B) 337.5º 0.64% 0.84% -
XYZ 33.99 21.01 22.69 -
YUV 123.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 213 77 128 0 0.64 0.40 0.16 337.5 0.62 0.57
Hex D5 4D 80 0 40 28 10 152 3E 39
Octal 325 115 200 0 100 50 20 522 76 71
Binary 11010101 1001101 10000000 0 1000000 101000 10000 101010010 111110 111001

Color Harmonies of #D54D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D80

Black with #D54D80

Text Example


Text Example

White with #D54D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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