Html Css Color HEX #D54775 Cranberry

📋 copy color: '#D54775'

red 213 ◦ green 71 ◦ blue 117

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

Shades of Cranberry #D54775

Tints of Cranberry #D54775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.71%

 BLUE value IS 117 (46.09% from 255) = 29.18%

R = 53.12%
G = 17.71%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D54775 (or 0xD54775) is known color: Cranberry. HEX triplet: D5, 47 and 75. RGB value is (213,71,117). Sum of RGB (Red+Green+Blue) = 213+71+117=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D54775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54775 is #2AB88A. Grayscale: #767676. Windows color (decimal): -2799755 or 7686101. OLE color: 7686101.

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

Color convert

RGB 213 71 117 -
CMYK 0 0.67 0.45 0.16
HSL 340.56º 0.63% 0.56% -
HSV(B) 340.56º 0.67% 0.84% -
XYZ 32.9 19.94 18.94 -
YUV 118.7 127.04 195.26 -
System Red Green Blue C M Y K H S L
Decimal 213 71 117 0 0.67 0.45 0.16 340.56 0.63 0.56
Hex D5 47 75 0 43 2D 10 155 3F 38
Octal 325 107 165 0 103 55 20 525 77 70
Binary 11010101 1000111 1110101 0 1000011 101101 10000 101010101 111111 111000

Color Harmonies of #D54775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54775

Black with #D54775

Text Example


Text Example

White with #D54775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54775; }

 p { color: rgb(213,71,117); }

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

background-color css

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

 a { background-color: rgb(213,71,117); }

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

border-color css

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

 span { border-color: rgb(213,71,117); }

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