Html Css Color HEX #D54F83 Cranberry

📋 copy color: '#D54F83'

red 213 ◦ green 79 ◦ blue 131

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

Shades of Cranberry #D54F83

Tints of Cranberry #D54F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.97%

R = 50.35%
G = 18.68%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D54F83 (or 0xD54F83) is known color: Cranberry. HEX triplet: D5, 4F and 83. RGB value is (213,79,131). Sum of RGB (Red+Green+Blue) = 213+79+131=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54F83 is #2AB07C. Grayscale: #7C7C7C. Windows color (decimal): -2797693 or 8605653. OLE color: 8605653.

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

Color convert

RGB 213 79 131 -
CMYK 0 0.63 0.38 0.16
HSL 336.72º 0.61% 0.57% -
HSV(B) 336.72º 0.63% 0.84% -
XYZ 34.33 21.38 23.79 -
YUV 124.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 213 79 131 0 0.63 0.38 0.16 336.72 0.61 0.57
Hex D5 4F 83 0 3F 26 10 151 3D 39
Octal 325 117 203 0 77 46 20 521 75 71
Binary 11010101 1001111 10000011 0 111111 100110 10000 101010001 111101 111001

Color Harmonies of #D54F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F83

Black with #D54F83

Text Example


Text Example

White with #D54F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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