Html Css Color HEX #D5447A Cranberry

📋 copy color: '#D5447A'

red 213 ◦ green 68 ◦ blue 122

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

Shades of Cranberry #D5447A

Tints of Cranberry #D5447A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.27%

R = 52.85%
G = 16.87%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5447A (or 0xD5447A) is known color: Cranberry. HEX triplet: D5, 44 and 7A. RGB value is (213,68,122). Sum of RGB (Red+Green+Blue) = 213+68+122=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5447A is #2ABB85. Grayscale: #757575. Windows color (decimal): -2800518 or 8013013. OLE color: 8013013.

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

Color convert

RGB 213 68 122 -
CMYK 0 0.68 0.43 0.16
HSL 337.66º 0.63% 0.55% -
HSV(B) 337.66º 0.68% 0.84% -
XYZ 33.02 19.69 20.47 -
YUV 117.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 213 68 122 0 0.68 0.43 0.16 337.66 0.63 0.55
Hex D5 44 7A 0 44 2B 10 152 3F 37
Octal 325 104 172 0 104 53 20 522 77 67
Binary 11010101 1000100 1111010 0 1000100 101011 10000 101010010 111111 110111

Color Harmonies of #D5447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5447A

Black with #D5447A

Text Example


Text Example

White with #D5447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5447A; }

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

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

background-color css

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

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

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

border-color css

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

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

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