Html Css Color HEX #D54C85 Cranberry

📋 copy color: '#D54C85'

red 213 ◦ green 76 ◦ blue 133

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

Shades of Cranberry #D54C85

Tints of Cranberry #D54C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 50.47%
G = 18.01%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D54C85 (or 0xD54C85) is known color: Cranberry. HEX triplet: D5, 4C and 85. RGB value is (213,76,133). Sum of RGB (Red+Green+Blue) = 213+76+133=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C85 is #2AB37A. Grayscale: #7B7B7B. Windows color (decimal): -2798459 or 8735957. OLE color: 8735957.

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

Color convert

RGB 213 76 133 -
CMYK 0 0.64 0.38 0.16
HSL 335.04º 0.62% 0.57% -
HSV(B) 335.04º 0.64% 0.84% -
XYZ 34.26 21.01 24.44 -
YUV 123.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 213 76 133 0 0.64 0.38 0.16 335.04 0.62 0.57
Hex D5 4C 85 0 40 26 10 14F 3E 39
Octal 325 114 205 0 100 46 20 517 76 71
Binary 11010101 1001100 10000101 0 1000000 100110 10000 101001111 111110 111001

Color Harmonies of #D54C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C85

Black with #D54C85

Text Example


Text Example

White with #D54C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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