Html Css Color HEX #D54983 Cranberry

📋 copy color: '#D54983'

red 213 ◦ green 73 ◦ blue 131

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

Shades of Cranberry #D54983

Tints of Cranberry #D54983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

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

R = 51.08%
G = 17.51%
B = 31.41%

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

#D54983 (or 0xD54983) is known color: Cranberry. HEX triplet: D5, 49 and 83. RGB value is (213,73,131). Sum of RGB (Red+Green+Blue) = 213+73+131=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D54983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54983 is #2AB67C. Grayscale: #797979. Windows color (decimal): -2799229 or 8604117. OLE color: 8604117.

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

Color convert

RGB 213 73 131 -
CMYK 0 0.66 0.38 0.16
HSL 335.14º 0.63% 0.56% -
HSV(B) 335.14º 0.66% 0.84% -
XYZ 33.92 20.55 23.65 -
YUV 121.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 213 73 131 0 0.66 0.38 0.16 335.14 0.63 0.56
Hex D5 49 83 0 42 26 10 14F 3E 38
Octal 325 111 203 0 102 46 20 517 76 70
Binary 11010101 1001001 10000011 0 1000010 100110 10000 101001111 111110 111000

Color Harmonies of #D54983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54983

Black with #D54983

Text Example


Text Example

White with #D54983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54983; }

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

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

background-color css

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

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

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

border-color css

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

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

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