Html Css Color HEX #D54C7A Cranberry

📋 copy color: '#D54C7A'

red 213 ◦ green 76 ◦ blue 122

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

Shades of Cranberry #D54C7A

Tints of Cranberry #D54C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 51.82%
G = 18.49%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D54C7A (or 0xD54C7A) is known color: Cranberry. HEX triplet: D5, 4C and 7A. RGB value is (213,76,122). Sum of RGB (Red+Green+Blue) = 213+76+122=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C7A is #2AB385. Grayscale: #7A7A7A. Windows color (decimal): -2798470 or 8015061. OLE color: 8015061.

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

Color convert

RGB 213 76 122 -
CMYK 0 0.64 0.43 0.16
HSL 339.85º 0.62% 0.57% -
HSV(B) 339.85º 0.64% 0.84% -
XYZ 33.54 20.72 20.64 -
YUV 122.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 213 76 122 0 0.64 0.43 0.16 339.85 0.62 0.57
Hex D5 4C 7A 0 40 2B 10 154 3E 39
Octal 325 114 172 0 100 53 20 524 76 71
Binary 11010101 1001100 1111010 0 1000000 101011 10000 101010100 111110 111001

Color Harmonies of #D54C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C7A

Black with #D54C7A

Text Example


Text Example

White with #D54C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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