Html Css Color HEX #D54883 Cranberry

📋 copy color: '#D54883'

red 213 ◦ green 72 ◦ blue 131

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

Shades of Cranberry #D54883

Tints of Cranberry #D54883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.31%

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

R = 51.2%
G = 17.31%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D54883 (or 0xD54883) is known color: Cranberry. HEX triplet: D5, 48 and 83. RGB value is (213,72,131). Sum of RGB (Red+Green+Blue) = 213+72+131=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D54883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54883 is #2AB77C. Grayscale: #787878. Windows color (decimal): -2799485 or 8603861. OLE color: 8603861.

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

Color convert

RGB 213 72 131 -
CMYK 0 0.66 0.38 0.16
HSL 334.89º 0.63% 0.56% -
HSV(B) 334.89º 0.66% 0.84% -
XYZ 33.85 20.42 23.63 -
YUV 120.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 213 72 131 0 0.66 0.38 0.16 334.89 0.63 0.56
Hex D5 48 83 0 42 26 10 14F 3F 38
Octal 325 110 203 0 102 46 20 517 77 70
Binary 11010101 1001000 10000011 0 1000010 100110 10000 101001111 111111 111000

Color Harmonies of #D54883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54883

Black with #D54883

Text Example


Text Example

White with #D54883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54883; }

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

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

background-color css

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

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

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

border-color css

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

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

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