Html Css Color HEX #D54C81 Cranberry

📋 copy color: '#D54C81'

red 213 ◦ green 76 ◦ blue 129

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

Shades of Cranberry #D54C81

Tints of Cranberry #D54C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.86%

R = 50.96%
G = 18.18%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D54C81 (or 0xD54C81) is known color: Cranberry. HEX triplet: D5, 4C and 81. RGB value is (213,76,129). Sum of RGB (Red+Green+Blue) = 213+76+129=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C81 is #2AB37E. Grayscale: #7A7A7A. Windows color (decimal): -2798463 or 8473813. OLE color: 8473813.

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

Color convert

RGB 213 76 129 -
CMYK 0 0.64 0.39 0.16
HSL 336.79º 0.62% 0.57% -
HSV(B) 336.79º 0.64% 0.84% -
XYZ 33.99 20.9 23.01 -
YUV 123.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 213 76 129 0 0.64 0.39 0.16 336.79 0.62 0.57
Hex D5 4C 81 0 40 27 10 151 3E 39
Octal 325 114 201 0 100 47 20 521 76 71
Binary 11010101 1001100 10000001 0 1000000 100111 10000 101010001 111110 111001

Color Harmonies of #D54C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C81

Black with #D54C81

Text Example


Text Example

White with #D54C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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