Html Css Color HEX #D54077 Cranberry

📋 copy color: '#D54077'

red 213 ◦ green 64 ◦ blue 119

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

Shades of Cranberry #D54077

Tints of Cranberry #D54077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 53.79%
G = 16.16%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D54077 (or 0xD54077) is known color: Cranberry. HEX triplet: D5, 40 and 77. RGB value is (213,64,119). Sum of RGB (Red+Green+Blue) = 213+64+119=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D54077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54077 is #2ABF88. Grayscale: #727272. Windows color (decimal): -2801545 or 7815381. OLE color: 7815381.

HSL color Cylindrical-coordinate representation of color #D54077: hue angle of 337.85º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54077 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 119 -
CMYK 0 0.70 0.44 0.16
HSL 337.85º 0.64% 0.54% -
HSV(B) 337.85º 0.7% 0.84% -
XYZ 32.6 19.14 19.43 -
YUV 114.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 213 64 119 0 0.70 0.44 0.16 337.85 0.64 0.54
Hex D5 40 77 0 46 2C 10 152 40 36
Octal 325 100 167 0 106 54 20 522 100 66
Binary 11010101 1000000 1110111 0 1000110 101100 10000 101010010 1000000 110110

Color Harmonies of #D54077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54077

Black with #D54077

Text Example


Text Example

White with #D54077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54077; }

 p { color: rgb(213,64,119); }

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

background-color css

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

 a { background-color: rgb(213,64,119); }

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

border-color css

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

 span { border-color: rgb(213,64,119); }

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