Html Css Color HEX #D54780 Cranberry

📋 copy color: '#D54780'

red 213 ◦ green 71 ◦ blue 128

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

Shades of Cranberry #D54780

Tints of Cranberry #D54780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.23%

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

R = 51.7%
G = 17.23%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D54780 (or 0xD54780) is known color: Cranberry. HEX triplet: D5, 47 and 80. RGB value is (213,71,128). Sum of RGB (Red+Green+Blue) = 213+71+128=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D54780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54780 is #2AB87F. Grayscale: #777777. Windows color (decimal): -2799744 or 8406997. OLE color: 8406997.

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

Color convert

RGB 213 71 128 -
CMYK 0 0.67 0.40 0.16
HSL 335.92º 0.63% 0.56% -
HSV(B) 335.92º 0.67% 0.84% -
XYZ 33.59 20.21 22.55 -
YUV 119.96 132.54 194.37 -
System Red Green Blue C M Y K H S L
Decimal 213 71 128 0 0.67 0.40 0.16 335.92 0.63 0.56
Hex D5 47 80 0 43 28 10 150 3F 38
Octal 325 107 200 0 103 50 20 520 77 70
Binary 11010101 1000111 10000000 0 1000011 101000 10000 101010000 111111 111000

Color Harmonies of #D54780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54780

Black with #D54780

Text Example


Text Example

White with #D54780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54780; }

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

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

background-color css

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

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

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

border-color css

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

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

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