Html Css Color HEX #D54C84 Cranberry

📋 copy color: '#D54C84'

red 213 ◦ green 76 ◦ blue 132

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

Shades of Cranberry #D54C84

Tints of Cranberry #D54C84

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.05%

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

R = 50.59%
G = 18.05%
B = 31.35%

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

#D54C84 (or 0xD54C84) is known color: Cranberry. HEX triplet: D5, 4C and 84. RGB value is (213,76,132). Sum of RGB (Red+Green+Blue) = 213+76+132=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C84 is #2AB37B. Grayscale: #7B7B7B. Windows color (decimal): -2798460 or 8670421. OLE color: 8670421.

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

Color convert

RGB 213 76 132 -
CMYK 0 0.64 0.38 0.16
HSL 335.47º 0.62% 0.57% -
HSV(B) 335.47º 0.64% 0.84% -
XYZ 34.19 20.98 24.08 -
YUV 123.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 213 76 132 0 0.64 0.38 0.16 335.47 0.62 0.57
Hex D5 4C 84 0 40 26 10 14F 3E 39
Octal 325 114 204 0 100 46 20 517 76 71
Binary 11010101 1001100 10000100 0 1000000 100110 10000 101001111 111110 111001

Color Harmonies of #D54C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C84

Black with #D54C84

Text Example


Text Example

White with #D54C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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