Html Css Color HEX #D54776 Cranberry

📋 copy color: '#D54776'

red 213 ◦ green 71 ◦ blue 118

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

Shades of Cranberry #D54776

Tints of Cranberry #D54776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 52.99%
G = 17.66%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D54776 (or 0xD54776) is known color: Cranberry. HEX triplet: D5, 47 and 76. RGB value is (213,71,118). Sum of RGB (Red+Green+Blue) = 213+71+118=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D54776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54776 is #2AB889. Grayscale: #767676. Windows color (decimal): -2799754 or 7751637. OLE color: 7751637.

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

Color convert

RGB 213 71 118 -
CMYK 0 0.67 0.45 0.16
HSL 340.14º 0.63% 0.56% -
HSV(B) 340.14º 0.67% 0.84% -
XYZ 32.96 19.96 19.25 -
YUV 118.82 127.54 195.18 -
System Red Green Blue C M Y K H S L
Decimal 213 71 118 0 0.67 0.45 0.16 340.14 0.63 0.56
Hex D5 47 76 0 43 2D 10 154 3F 38
Octal 325 107 166 0 103 55 20 524 77 70
Binary 11010101 1000111 1110110 0 1000011 101101 10000 101010100 111111 111000

Color Harmonies of #D54776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54776

Black with #D54776

Text Example


Text Example

White with #D54776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54776; }

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

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

background-color css

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

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

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

border-color css

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

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

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