Html Css Color HEX #D54175 Cranberry

📋 copy color: '#D54175'

red 213 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #D54175

Tints of Cranberry #D54175

RGB

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

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

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

R = 53.92%
G = 16.46%
B = 29.62%

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

#D54175 (or 0xD54175) is known color: Cranberry. HEX triplet: D5, 41 and 75. RGB value is (213,65,117). Sum of RGB (Red+Green+Blue) = 213+65+117=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D54175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54175 is #2ABE8A. Grayscale: #737373. Windows color (decimal): -2801291 or 7684565. OLE color: 7684565.

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

Color convert

RGB 213 65 117 -
CMYK 0 0.69 0.45 0.16
HSL 338.92º 0.64% 0.55% -
HSV(B) 338.92º 0.69% 0.84% -
XYZ 32.54 19.21 18.82 -
YUV 115.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 213 65 117 0 0.69 0.45 0.16 338.92 0.64 0.55
Hex D5 41 75 0 45 2D 10 153 40 37
Octal 325 101 165 0 105 55 20 523 100 67
Binary 11010101 1000001 1110101 0 1000101 101101 10000 101010011 1000000 110111

Color Harmonies of #D54175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54175

Black with #D54175

Text Example


Text Example

White with #D54175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54175; }

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

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

background-color css

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

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

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

border-color css

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

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

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