Html Css Color HEX #D54671 Cranberry

📋 copy color: '#D54671'

red 213 ◦ green 70 ◦ blue 113

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

Shades of Cranberry #D54671

Tints of Cranberry #D54671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

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

R = 53.79%
G = 17.68%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D54671 (or 0xD54671) is known color: Cranberry. HEX triplet: D5, 46 and 71. RGB value is (213,70,113). Sum of RGB (Red+Green+Blue) = 213+70+113=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D54671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54671 is #2AB98E. Grayscale: #757575. Windows color (decimal): -2800015 or 7423701. OLE color: 7423701.

HSL color Cylindrical-coordinate representation of color #D54671: hue angle of 341.96º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54671 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 70 113 -
CMYK 0 0.67 0.47 0.16
HSL 341.96º 0.63% 0.55% -
HSV(B) 341.96º 0.67% 0.84% -
XYZ 32.61 19.72 17.71 -
YUV 117.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 213 70 113 0 0.67 0.47 0.16 341.96 0.63 0.55
Hex D5 46 71 0 43 2F 10 156 3F 37
Octal 325 106 161 0 103 57 20 526 77 67
Binary 11010101 1000110 1110001 0 1000011 101111 10000 101010110 111111 110111

Color Harmonies of #D54671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54671

Black with #D54671

Text Example


Text Example

White with #D54671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54671; }

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

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

background-color css

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

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

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

border-color css

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

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

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