Html Css Color HEX #D54E75 Cranberry

📋 copy color: '#D54E75'

red 213 ◦ green 78 ◦ blue 117

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

Shades of Cranberry #D54E75

Tints of Cranberry #D54E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.12%

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

R = 52.21%
G = 19.12%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D54E75 (or 0xD54E75) is known color: Cranberry. HEX triplet: D5, 4E and 75. RGB value is (213,78,117). Sum of RGB (Red+Green+Blue) = 213+78+117=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E75 is #2AB18A. Grayscale: #7A7A7A. Windows color (decimal): -2797963 or 7687893. OLE color: 7687893.

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

Color convert

RGB 213 78 117 -
CMYK 0 0.63 0.45 0.16
HSL 342.67º 0.62% 0.57% -
HSV(B) 342.67º 0.63% 0.84% -
XYZ 33.38 20.88 19.1 -
YUV 122.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 213 78 117 0 0.63 0.45 0.16 342.67 0.62 0.57
Hex D5 4E 75 0 3F 2D 10 157 3E 39
Octal 325 116 165 0 77 55 20 527 76 71
Binary 11010101 1001110 1110101 0 111111 101101 10000 101010111 111110 111001

Color Harmonies of #D54E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E75

Black with #D54E75

Text Example


Text Example

White with #D54E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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