Html Css Color HEX #D54D7C Cranberry

📋 copy color: '#D54D7C'

red 213 ◦ green 77 ◦ blue 124

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

Shades of Cranberry #D54D7C

Tints of Cranberry #D54D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.6%

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

R = 51.45%
G = 18.6%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D54D7C (or 0xD54D7C) is known color: Cranberry. HEX triplet: D5, 4D and 7C. RGB value is (213,77,124). Sum of RGB (Red+Green+Blue) = 213+77+124=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D7C is #2AB283. Grayscale: #7A7A7A. Windows color (decimal): -2798212 or 8146389. OLE color: 8146389.

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

Color convert

RGB 213 77 124 -
CMYK 0 0.64 0.42 0.16
HSL 339.26º 0.62% 0.57% -
HSV(B) 339.26º 0.64% 0.84% -
XYZ 33.73 20.91 21.33 -
YUV 123.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 213 77 124 0 0.64 0.42 0.16 339.26 0.62 0.57
Hex D5 4D 7C 0 40 2A 10 153 3E 39
Octal 325 115 174 0 100 52 20 523 76 71
Binary 11010101 1001101 1111100 0 1000000 101010 10000 101010011 111110 111001

Color Harmonies of #D54D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D7C

Black with #D54D7C

Text Example


Text Example

White with #D54D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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