Html Css Color HEX #D44471 Cranberry

📋 copy color: '#D44471'

red 212 ◦ green 68 ◦ blue 113

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

Shades of Cranberry #D44471

Tints of Cranberry #D44471

RGB

 RED value IS 212 (83.2% from 255) = 53.94%

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

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 53.94%
G = 17.3%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D44471 (or 0xD44471) is known color: Cranberry. HEX triplet: D4, 44 and 71. RGB value is (212,68,113). Sum of RGB (Red+Green+Blue) = 212+68+113=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D44471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44471 is #2BBB8E. Grayscale: #747474. Windows color (decimal): -2866063 or 7423188. OLE color: 7423188.

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

Color convert

RGB 212 68 113 -
CMYK 0 0.68 0.47 0.17
HSL 341.25º 0.63% 0.55% -
HSV(B) 341.25º 0.68% 0.83% -
XYZ 32.2 19.32 17.66 -
YUV 116.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 212 68 113 0 0.68 0.47 0.17 341.25 0.63 0.55
Hex D4 44 71 0 44 2F 11 155 3F 37
Octal 324 104 161 0 104 57 21 525 77 67
Binary 11010100 1000100 1110001 0 1000100 101111 10001 101010101 111111 110111

Color Harmonies of #D44471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44471

Black with #D44471

Text Example


Text Example

White with #D44471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44471; }

 p { color: rgb(212,68,113); }

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

background-color css

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

 a { background-color: rgb(212,68,113); }

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

border-color css

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

 span { border-color: rgb(212,68,113); }

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