Html Css Color HEX #D54473 Cranberry

📋 copy color: '#D54473'

red 213 ◦ green 68 ◦ blue 115

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

Shades of Cranberry #D54473

Tints of Cranberry #D54473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.04%

R = 53.79%
G = 17.17%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D54473 (or 0xD54473) is known color: Cranberry. HEX triplet: D5, 44 and 73. RGB value is (213,68,115). Sum of RGB (Red+Green+Blue) = 213+68+115=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D54473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54473 is #2ABB8C. Grayscale: #747474. Windows color (decimal): -2800525 or 7554261. OLE color: 7554261.

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

Color convert

RGB 213 68 115 -
CMYK 0 0.68 0.46 0.16
HSL 340.55º 0.63% 0.55% -
HSV(B) 340.55º 0.68% 0.84% -
XYZ 32.6 19.52 18.27 -
YUV 116.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 213 68 115 0 0.68 0.46 0.16 340.55 0.63 0.55
Hex D5 44 73 0 44 2E 10 155 3F 37
Octal 325 104 163 0 104 56 20 525 77 67
Binary 11010101 1000100 1110011 0 1000100 101110 10000 101010101 111111 110111

Color Harmonies of #D54473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54473

Black with #D54473

Text Example


Text Example

White with #D54473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54473; }

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

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

background-color css

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

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

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

border-color css

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

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

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