Html Css Color HEX #D54984 Cranberry

📋 copy color: '#D54984'

red 213 ◦ green 73 ◦ blue 132

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

Shades of Cranberry #D54984

Tints of Cranberry #D54984

RGB

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

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

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

R = 50.96%
G = 17.46%
B = 31.58%

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

#D54984 (or 0xD54984) is known color: Cranberry. HEX triplet: D5, 49 and 84. RGB value is (213,73,132). Sum of RGB (Red+Green+Blue) = 213+73+132=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D54984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54984 is #2AB67B. Grayscale: #797979. Windows color (decimal): -2799228 or 8669653. OLE color: 8669653.

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

Color convert

RGB 213 73 132 -
CMYK 0 0.66 0.38 0.16
HSL 334.71º 0.63% 0.56% -
HSV(B) 334.71º 0.66% 0.84% -
XYZ 33.99 20.58 24.01 -
YUV 121.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 213 73 132 0 0.66 0.38 0.16 334.71 0.63 0.56
Hex D5 49 84 0 42 26 10 14F 3E 38
Octal 325 111 204 0 102 46 20 517 76 70
Binary 11010101 1001001 10000100 0 1000010 100110 10000 101001111 111110 111000

Color Harmonies of #D54984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54984

Black with #D54984

Text Example


Text Example

White with #D54984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54984; }

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

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

background-color css

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

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

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

border-color css

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

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

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