Html Css Color HEX #D54573 Cranberry

📋 copy color: '#D54573'

red 213 ◦ green 69 ◦ blue 115

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

Shades of Cranberry #D54573

Tints of Cranberry #D54573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.38%

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

R = 53.65%
G = 17.38%
B = 28.97%

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

#D54573 (or 0xD54573) is known color: Cranberry. HEX triplet: D5, 45 and 73. RGB value is (213,69,115). Sum of RGB (Red+Green+Blue) = 213+69+115=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D54573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54573 is #2ABA8C. Grayscale: #757575. Windows color (decimal): -2800269 or 7554517. OLE color: 7554517.

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

Color convert

RGB 213 69 115 -
CMYK 0 0.68 0.46 0.16
HSL 340.83º 0.63% 0.55% -
HSV(B) 340.83º 0.68% 0.84% -
XYZ 32.66 19.64 18.29 -
YUV 117.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 213 69 115 0 0.68 0.46 0.16 340.83 0.63 0.55
Hex D5 45 73 0 44 2E 10 155 3F 37
Octal 325 105 163 0 104 56 20 525 77 67
Binary 11010101 1000101 1110011 0 1000100 101110 10000 101010101 111111 110111

Color Harmonies of #D54573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54573

Black with #D54573

Text Example


Text Example

White with #D54573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54573; }

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

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

background-color css

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

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

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

border-color css

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

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

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