Html Css Color HEX #D54176 Cranberry

📋 copy color: '#D54176'

red 213 ◦ green 65 ◦ blue 118

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

Shades of Cranberry #D54176

Tints of Cranberry #D54176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 53.79%
G = 16.41%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D54176 (or 0xD54176) is known color: Cranberry. HEX triplet: D5, 41 and 76. RGB value is (213,65,118). Sum of RGB (Red+Green+Blue) = 213+65+118=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D54176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54176 is #2ABE89. Grayscale: #737373. Windows color (decimal): -2801290 or 7750101. OLE color: 7750101.

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

Color convert

RGB 213 65 118 -
CMYK 0 0.69 0.45 0.16
HSL 338.51º 0.64% 0.55% -
HSV(B) 338.51º 0.69% 0.84% -
XYZ 32.6 19.23 19.13 -
YUV 115.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 213 65 118 0 0.69 0.45 0.16 338.51 0.64 0.55
Hex D5 41 76 0 45 2D 10 153 40 37
Octal 325 101 166 0 105 55 20 523 100 67
Binary 11010101 1000001 1110110 0 1000101 101101 10000 101010011 1000000 110111

Color Harmonies of #D54176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54176

Black with #D54176

Text Example


Text Example

White with #D54176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54176; }

 p { color: rgb(213,65,118); }

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

background-color css

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

 a { background-color: rgb(213,65,118); }

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

border-color css

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

 span { border-color: rgb(213,65,118); }

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