Html Css Color HEX #D54D7A Cranberry

📋 copy color: '#D54D7A'

red 213 ◦ green 77 ◦ blue 122

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

Shades of Cranberry #D54D7A

Tints of Cranberry #D54D7A

RGB

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

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

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

R = 51.7%
G = 18.69%
B = 29.61%

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

#D54D7A (or 0xD54D7A) is known color: Cranberry. HEX triplet: D5, 4D and 7A. RGB value is (213,77,122). Sum of RGB (Red+Green+Blue) = 213+77+122=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D7A is #2AB285. Grayscale: #7A7A7A. Windows color (decimal): -2798214 or 8015317. OLE color: 8015317.

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

Color convert

RGB 213 77 122 -
CMYK 0 0.64 0.43 0.16
HSL 340.15º 0.62% 0.57% -
HSV(B) 340.15º 0.64% 0.84% -
XYZ 33.61 20.86 20.67 -
YUV 122.79 127.56 192.34 -
System Red Green Blue C M Y K H S L
Decimal 213 77 122 0 0.64 0.43 0.16 340.15 0.62 0.57
Hex D5 4D 7A 0 40 2B 10 154 3E 39
Octal 325 115 172 0 100 53 20 524 76 71
Binary 11010101 1001101 1111010 0 1000000 101011 10000 101010100 111110 111001

Color Harmonies of #D54D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D7A

Black with #D54D7A

Text Example


Text Example

White with #D54D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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