Html Css Color HEX #D54C7E Cranberry

📋 copy color: '#D54C7E'

red 213 ◦ green 76 ◦ blue 126

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

Shades of Cranberry #D54C7E

Tints of Cranberry #D54C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 51.33%
G = 18.31%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D54C7E (or 0xD54C7E) is known color: Cranberry. HEX triplet: D5, 4C and 7E. RGB value is (213,76,126). Sum of RGB (Red+Green+Blue) = 213+76+126=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C7E is #2AB381. Grayscale: #7A7A7A. Windows color (decimal): -2798466 or 8277205. OLE color: 8277205.

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

Color convert

RGB 213 76 126 -
CMYK 0 0.64 0.41 0.16
HSL 338.1º 0.62% 0.57% -
HSV(B) 338.1º 0.64% 0.84% -
XYZ 33.79 20.82 21.98 -
YUV 122.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 213 76 126 0 0.64 0.41 0.16 338.1 0.62 0.57
Hex D5 4C 7E 0 40 29 10 152 3E 39
Octal 325 114 176 0 100 51 20 522 76 71
Binary 11010101 1001100 1111110 0 1000000 101001 10000 101010010 111110 111001

Color Harmonies of #D54C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C7E

Black with #D54C7E

Text Example


Text Example

White with #D54C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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