Html Css Color HEX #D54F87 Cranberry

📋 copy color: '#D54F87'

red 213 ◦ green 79 ◦ blue 135

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

Shades of Cranberry #D54F87

Tints of Cranberry #D54F87

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.5%

 BLUE value IS 135 (53.13% from 255) = 31.62%

R = 49.88%
G = 18.5%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D54F87 (or 0xD54F87) is known color: Cranberry. HEX triplet: D5, 4F and 87. RGB value is (213,79,135). Sum of RGB (Red+Green+Blue) = 213+79+135=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54F87 is #2AB078. Grayscale: #7D7D7D. Windows color (decimal): -2797689 or 8867797. OLE color: 8867797.

HSL color Cylindrical-coordinate representation of color #D54F87: hue angle of 334.93º degrees, saturation: 0.61, 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 #D54F87 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 79 135 -
CMYK 0 0.63 0.37 0.16
HSL 334.93º 0.61% 0.57% -
HSV(B) 334.93º 0.63% 0.84% -
XYZ 34.61 21.49 25.25 -
YUV 125.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 213 79 135 0 0.63 0.37 0.16 334.93 0.61 0.57
Hex D5 4F 87 0 3F 25 10 14F 3D 39
Octal 325 117 207 0 77 45 20 517 75 71
Binary 11010101 1001111 10000111 0 111111 100101 10000 101001111 111101 111001

Color Harmonies of #D54F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F87

Black with #D54F87

Text Example


Text Example

White with #D54F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F87; }

 p { color: rgb(213,79,135); }

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

background-color css

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

 a { background-color: rgb(213,79,135); }

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

border-color css

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

 span { border-color: rgb(213,79,135); }

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