Html Css Color HEX #D54479 Cranberry

📋 copy color: '#D54479'

red 213 ◦ green 68 ◦ blue 121

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

Shades of Cranberry #D54479

Tints of Cranberry #D54479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.92%

 BLUE value IS 121 (47.66% from 255) = 30.1%

R = 52.99%
G = 16.92%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D54479 (or 0xD54479) is known color: Cranberry. HEX triplet: D5, 44 and 79. RGB value is (213,68,121). Sum of RGB (Red+Green+Blue) = 213+68+121=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D54479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54479 is #2ABB86. Grayscale: #757575. Windows color (decimal): -2800519 or 7947477. OLE color: 7947477.

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

Color convert

RGB 213 68 121 -
CMYK 0 0.68 0.43 0.16
HSL 338.07º 0.63% 0.55% -
HSV(B) 338.07º 0.68% 0.84% -
XYZ 32.96 19.66 20.15 -
YUV 117.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 213 68 121 0 0.68 0.43 0.16 338.07 0.63 0.55
Hex D5 44 79 0 44 2B 10 152 3F 37
Octal 325 104 171 0 104 53 20 522 77 67
Binary 11010101 1000100 1111001 0 1000100 101011 10000 101010010 111111 110111

Color Harmonies of #D54479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54479

Black with #D54479

Text Example


Text Example

White with #D54479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54479; }

 p { color: rgb(213,68,121); }

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

background-color css

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

 a { background-color: rgb(213,68,121); }

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

border-color css

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

 span { border-color: rgb(213,68,121); }

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