Html Css Color HEX #D54870 Cranberry

📋 copy color: '#D54870'

red 213 ◦ green 72 ◦ blue 112

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

Shades of Cranberry #D54870

Tints of Cranberry #D54870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 53.65%
G = 18.14%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D54870 (or 0xD54870) is known color: Cranberry. HEX triplet: D5, 48 and 70. RGB value is (213,72,112). Sum of RGB (Red+Green+Blue) = 213+72+112=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D54870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54870 is #2AB78F. Grayscale: #767676. Windows color (decimal): -2799504 or 7358677. OLE color: 7358677.

HSL color Cylindrical-coordinate representation of color #D54870: hue angle of 342.98º degrees, saturation: 0.63, 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 #D54870 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 72 112 -
CMYK 0 0.66 0.47 0.16
HSL 342.98º 0.63% 0.56% -
HSV(B) 342.98º 0.66% 0.84% -
XYZ 32.68 19.95 17.46 -
YUV 118.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 213 72 112 0 0.66 0.47 0.16 342.98 0.63 0.56
Hex D5 48 70 0 42 2F 10 157 3F 38
Octal 325 110 160 0 102 57 20 527 77 70
Binary 11010101 1001000 1110000 0 1000010 101111 10000 101010111 111111 111000

Color Harmonies of #D54870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54870

Black with #D54870

Text Example


Text Example

White with #D54870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54870; }

 p { color: rgb(213,72,112); }

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

background-color css

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

 a { background-color: rgb(213,72,112); }

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

border-color css

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

 span { border-color: rgb(213,72,112); }

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