Html Css Color HEX #D54A84 Cranberry

📋 copy color: '#D54A84'

red 213 ◦ green 74 ◦ blue 132

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

Shades of Cranberry #D54A84

Tints of Cranberry #D54A84

RGB

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

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

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

R = 50.84%
G = 17.66%
B = 31.5%

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

#D54A84 (or 0xD54A84) is known color: Cranberry. HEX triplet: D5, 4A and 84. RGB value is (213,74,132). Sum of RGB (Red+Green+Blue) = 213+74+132=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A84 is #2AB57B. Grayscale: #7A7A7A. Windows color (decimal): -2798972 or 8669909. OLE color: 8669909.

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

Color convert

RGB 213 74 132 -
CMYK 0 0.65 0.38 0.16
HSL 334.96º 0.62% 0.56% -
HSV(B) 334.96º 0.65% 0.84% -
XYZ 34.05 20.71 24.03 -
YUV 122.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 213 74 132 0 0.65 0.38 0.16 334.96 0.62 0.56
Hex D5 4A 84 0 41 26 10 14F 3E 38
Octal 325 112 204 0 101 46 20 517 76 70
Binary 11010101 1001010 10000100 0 1000001 100110 10000 101001111 111110 111000

Color Harmonies of #D54A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A84

Black with #D54A84

Text Example


Text Example

White with #D54A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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