Html Css Color HEX #D54884 Cranberry

📋 copy color: '#D54884'

red 213 ◦ green 72 ◦ blue 132

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

Shades of Cranberry #D54884

Tints of Cranberry #D54884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.65%

R = 51.08%
G = 17.27%
B = 31.65%

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

#D54884 (or 0xD54884) is known color: Cranberry. HEX triplet: D5, 48 and 84. RGB value is (213,72,132). Sum of RGB (Red+Green+Blue) = 213+72+132=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D54884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54884 is #2AB77B. Grayscale: #787878. Windows color (decimal): -2799484 or 8669397. OLE color: 8669397.

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

Color convert

RGB 213 72 132 -
CMYK 0 0.66 0.38 0.16
HSL 334.47º 0.63% 0.56% -
HSV(B) 334.47º 0.66% 0.84% -
XYZ 33.92 20.45 23.99 -
YUV 121 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 213 72 132 0 0.66 0.38 0.16 334.47 0.63 0.56
Hex D5 48 84 0 42 26 10 14E 3F 38
Octal 325 110 204 0 102 46 20 516 77 70
Binary 11010101 1001000 10000100 0 1000010 100110 10000 101001110 111111 111000

Color Harmonies of #D54884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54884

Black with #D54884

Text Example


Text Example

White with #D54884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54884; }

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

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

background-color css

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

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

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

border-color css

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

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

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