Html Css Color HEX #D54D83 Cranberry

📋 copy color: '#D54D83'

red 213 ◦ green 77 ◦ blue 131

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

Shades of Cranberry #D54D83

Tints of Cranberry #D54D83

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.29%

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

R = 50.59%
G = 18.29%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D54D83 (or 0xD54D83) is known color: Cranberry. HEX triplet: D5, 4D and 83. RGB value is (213,77,131). Sum of RGB (Red+Green+Blue) = 213+77+131=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D83 is #2AB27C. Grayscale: #7B7B7B. Windows color (decimal): -2798205 or 8605141. OLE color: 8605141.

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

Color convert

RGB 213 77 131 -
CMYK 0 0.64 0.38 0.16
HSL 336.18º 0.62% 0.57% -
HSV(B) 336.18º 0.64% 0.84% -
XYZ 34.19 21.09 23.74 -
YUV 123.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 213 77 131 0 0.64 0.38 0.16 336.18 0.62 0.57
Hex D5 4D 83 0 40 26 10 150 3E 39
Octal 325 115 203 0 100 46 20 520 76 71
Binary 11010101 1001101 10000011 0 1000000 100110 10000 101010000 111110 111001

Color Harmonies of #D54D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D83

Black with #D54D83

Text Example


Text Example

White with #D54D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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