Html Css Color HEX #D54571 Cranberry

📋 copy color: '#D54571'

red 213 ◦ green 69 ◦ blue 113

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

Shades of Cranberry #D54571

Tints of Cranberry #D54571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 53.92%
G = 17.47%
B = 28.61%

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

#D54571 (or 0xD54571) is known color: Cranberry. HEX triplet: D5, 45 and 71. RGB value is (213,69,113). Sum of RGB (Red+Green+Blue) = 213+69+113=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D54571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54571 is #2ABA8E. Grayscale: #757575. Windows color (decimal): -2800271 or 7423445. OLE color: 7423445.

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

Color convert

RGB 213 69 113 -
CMYK 0 0.68 0.47 0.16
HSL 341.67º 0.63% 0.55% -
HSV(B) 341.67º 0.68% 0.84% -
XYZ 32.55 19.59 17.69 -
YUV 117.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 213 69 113 0 0.68 0.47 0.16 341.67 0.63 0.55
Hex D5 45 71 0 44 2F 10 156 3F 37
Octal 325 105 161 0 104 57 20 526 77 67
Binary 11010101 1000101 1110001 0 1000100 101111 10000 101010110 111111 110111

Color Harmonies of #D54571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54571

Black with #D54571

Text Example


Text Example

White with #D54571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54571; }

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

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

background-color css

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

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

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

border-color css

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

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

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