Html Css Color HEX #D54973 Cranberry

📋 copy color: '#D54973'

red 213 ◦ green 73 ◦ blue 115

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

Shades of Cranberry #D54973

Tints of Cranberry #D54973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

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

R = 53.12%
G = 18.2%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D54973 (or 0xD54973) is known color: Cranberry. HEX triplet: D5, 49 and 73. RGB value is (213,73,115). Sum of RGB (Red+Green+Blue) = 213+73+115=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D54973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54973 is #2AB68C. Grayscale: #777777. Windows color (decimal): -2799245 or 7555541. OLE color: 7555541.

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

Color convert

RGB 213 73 115 -
CMYK 0 0.66 0.46 0.16
HSL 342º 0.63% 0.56% -
HSV(B) 342º 0.66% 0.84% -
XYZ 32.92 20.15 18.37 -
YUV 119.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 213 73 115 0 0.66 0.46 0.16 342 0.63 0.56
Hex D5 49 73 0 42 2E 10 156 3E 38
Octal 325 111 163 0 102 56 20 526 76 70
Binary 11010101 1001001 1110011 0 1000010 101110 10000 101010110 111110 111000

Color Harmonies of #D54973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54973

Black with #D54973

Text Example


Text Example

White with #D54973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54973; }

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

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

background-color css

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

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

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

border-color css

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

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

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