Html Css Color HEX #D54A83 Cranberry

📋 copy color: '#D54A83'

red 213 ◦ green 74 ◦ blue 131

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

Shades of Cranberry #D54A83

Tints of Cranberry #D54A83

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.7%

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

R = 50.96%
G = 17.7%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D54A83 (or 0xD54A83) is known color: Cranberry. HEX triplet: D5, 4A and 83. RGB value is (213,74,131). Sum of RGB (Red+Green+Blue) = 213+74+131=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A83 is #2AB57C. Grayscale: #797979. Windows color (decimal): -2798973 or 8604373. OLE color: 8604373.

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

Color convert

RGB 213 74 131 -
CMYK 0 0.65 0.38 0.16
HSL 335.4º 0.62% 0.56% -
HSV(B) 335.4º 0.65% 0.84% -
XYZ 33.99 20.68 23.67 -
YUV 122.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 213 74 131 0 0.65 0.38 0.16 335.4 0.62 0.56
Hex D5 4A 83 0 41 26 10 14F 3E 38
Octal 325 112 203 0 101 46 20 517 76 70
Binary 11010101 1001010 10000011 0 1000001 100110 10000 101001111 111110 111000

Color Harmonies of #D54A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A83

Black with #D54A83

Text Example


Text Example

White with #D54A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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