Html Css Color HEX #D54778 Cranberry

📋 copy color: '#D54778'

red 213 ◦ green 71 ◦ blue 120

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

Shades of Cranberry #D54778

Tints of Cranberry #D54778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.7%

R = 52.72%
G = 17.57%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D54778 (or 0xD54778) is known color: Cranberry. HEX triplet: D5, 47 and 78. RGB value is (213,71,120). Sum of RGB (Red+Green+Blue) = 213+71+120=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D54778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54778 is #2AB887. Grayscale: #767676. Windows color (decimal): -2799752 or 7882709. OLE color: 7882709.

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

Color convert

RGB 213 71 120 -
CMYK 0 0.67 0.44 0.16
HSL 339.3º 0.63% 0.56% -
HSV(B) 339.3º 0.67% 0.84% -
XYZ 33.08 20.01 19.89 -
YUV 119.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 213 71 120 0 0.67 0.44 0.16 339.3 0.63 0.56
Hex D5 47 78 0 43 2C 10 153 3F 38
Octal 325 107 170 0 103 54 20 523 77 70
Binary 11010101 1000111 1111000 0 1000011 101100 10000 101010011 111111 111000

Color Harmonies of #D54778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54778

Black with #D54778

Text Example


Text Example

White with #D54778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54778; }

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

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

background-color css

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

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

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

border-color css

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

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

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