Html Css Color HEX #D54D7B Cranberry

📋 copy color: '#D54D7B'

red 213 ◦ green 77 ◦ blue 123

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

Shades of Cranberry #D54D7B

Tints of Cranberry #D54D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 51.57%
G = 18.64%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D54D7B (or 0xD54D7B) is known color: Cranberry. HEX triplet: D5, 4D and 7B. RGB value is (213,77,123). Sum of RGB (Red+Green+Blue) = 213+77+123=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D7B is #2AB284. Grayscale: #7A7A7A. Windows color (decimal): -2798213 or 8080853. OLE color: 8080853.

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

Color convert

RGB 213 77 123 -
CMYK 0 0.64 0.42 0.16
HSL 339.71º 0.62% 0.57% -
HSV(B) 339.71º 0.64% 0.84% -
XYZ 33.67 20.88 21 -
YUV 122.91 128.06 192.26 -
System Red Green Blue C M Y K H S L
Decimal 213 77 123 0 0.64 0.42 0.16 339.71 0.62 0.57
Hex D5 4D 7B 0 40 2A 10 154 3E 39
Octal 325 115 173 0 100 52 20 524 76 71
Binary 11010101 1001101 1111011 0 1000000 101010 10000 101010100 111110 111001

Color Harmonies of #D54D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D7B

Black with #D54D7B

Text Example


Text Example

White with #D54D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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