Html Css Color HEX #D54A7C Cranberry

📋 copy color: '#D54A7C'

red 213 ◦ green 74 ◦ blue 124

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

Shades of Cranberry #D54A7C

Tints of Cranberry #D54A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 51.82%
G = 18%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D54A7C (or 0xD54A7C) is known color: Cranberry. HEX triplet: D5, 4A and 7C. RGB value is (213,74,124). Sum of RGB (Red+Green+Blue) = 213+74+124=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A7C is #2AB583. Grayscale: #797979. Windows color (decimal): -2798980 or 8145621. OLE color: 8145621.

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

Color convert

RGB 213 74 124 -
CMYK 0 0.65 0.42 0.16
HSL 338.42º 0.62% 0.56% -
HSV(B) 338.42º 0.65% 0.84% -
XYZ 33.53 20.5 21.26 -
YUV 121.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 213 74 124 0 0.65 0.42 0.16 338.42 0.62 0.56
Hex D5 4A 7C 0 41 2A 10 152 3E 38
Octal 325 112 174 0 101 52 20 522 76 70
Binary 11010101 1001010 1111100 0 1000001 101010 10000 101010010 111110 111000

Color Harmonies of #D54A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A7C

Black with #D54A7C

Text Example


Text Example

White with #D54A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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