Html Css Color HEX #D5447C Cranberry

📋 copy color: '#D5447C'

red 213 ◦ green 68 ◦ blue 124

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

Shades of Cranberry #D5447C

Tints of Cranberry #D5447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.79%

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

R = 52.59%
G = 16.79%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5447C (or 0xD5447C) is known color: Cranberry. HEX triplet: D5, 44 and 7C. RGB value is (213,68,124). Sum of RGB (Red+Green+Blue) = 213+68+124=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5447C is #2ABB83. Grayscale: #757575. Windows color (decimal): -2800516 or 8144085. OLE color: 8144085.

HSL color Cylindrical-coordinate representation of color #D5447C: hue angle of 336.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5447C is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 68 124 -
CMYK 0 0.68 0.42 0.16
HSL 336.83º 0.63% 0.55% -
HSV(B) 336.83º 0.68% 0.84% -
XYZ 33.15 19.74 21.13 -
YUV 117.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 213 68 124 0 0.68 0.42 0.16 336.83 0.63 0.55
Hex D5 44 7C 0 44 2A 10 151 3F 37
Octal 325 104 174 0 104 52 20 521 77 67
Binary 11010101 1000100 1111100 0 1000100 101010 10000 101010001 111111 110111

Color Harmonies of #D5447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5447C

Black with #D5447C

Text Example


Text Example

White with #D5447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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