Html Css Color HEX #D54570 Cranberry

📋 copy color: '#D54570'

red 213 ◦ green 69 ◦ blue 112

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

Shades of Cranberry #D54570

Tints of Cranberry #D54570

RGB

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

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

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

R = 54.06%
G = 17.51%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D54570 (or 0xD54570) is known color: Cranberry. HEX triplet: D5, 45 and 70. RGB value is (213,69,112). Sum of RGB (Red+Green+Blue) = 213+69+112=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D54570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54570 is #2ABA8F. Grayscale: #747474. Windows color (decimal): -2800272 or 7357909. OLE color: 7357909.

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

Color convert

RGB 213 69 112 -
CMYK 0 0.68 0.47 0.16
HSL 342.08º 0.63% 0.55% -
HSV(B) 342.08º 0.68% 0.84% -
XYZ 32.49 19.57 17.39 -
YUV 116.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 213 69 112 0 0.68 0.47 0.16 342.08 0.63 0.55
Hex D5 45 70 0 44 2F 10 156 3F 37
Octal 325 105 160 0 104 57 20 526 77 67
Binary 11010101 1000101 1110000 0 1000100 101111 10000 101010110 111111 110111

Color Harmonies of #D54570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54570

Black with #D54570

Text Example


Text Example

White with #D54570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54570; }

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

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

background-color css

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

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

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

border-color css

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

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

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