Html Css Color HEX #D5407C Cranberry

📋 copy color: '#D5407C'

red 213 ◦ green 64 ◦ blue 124

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

Shades of Cranberry #D5407C

Tints of Cranberry #D5407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 53.12%
G = 15.96%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5407C (or 0xD5407C) is known color: Cranberry. HEX triplet: D5, 40 and 7C. RGB value is (213,64,124). Sum of RGB (Red+Green+Blue) = 213+64+124=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5407C is #2ABF83. Grayscale: #737373. Windows color (decimal): -2801540 or 8143061. OLE color: 8143061.

HSL color Cylindrical-coordinate representation of color #D5407C: hue angle of 335.84º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5407C is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 124 -
CMYK 0 0.70 0.42 0.16
HSL 335.84º 0.64% 0.54% -
HSV(B) 335.84º 0.7% 0.84% -
XYZ 32.91 19.27 21.05 -
YUV 115.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 213 64 124 0 0.70 0.42 0.16 335.84 0.64 0.54
Hex D5 40 7C 0 46 2A 10 150 40 36
Octal 325 100 174 0 106 52 20 520 100 66
Binary 11010101 1000000 1111100 0 1000110 101010 10000 101010000 1000000 110110

Color Harmonies of #D5407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5407C

Black with #D5407C

Text Example


Text Example

White with #D5407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5407C; }

 p { color: rgb(213,64,124); }

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

background-color css

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

 a { background-color: rgb(213,64,124); }

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

border-color css

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

 span { border-color: rgb(213,64,124); }

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