Html Css Color HEX #D44171 Cranberry

📋 copy color: '#D44171'

red 212 ◦ green 65 ◦ blue 113

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

Shades of Cranberry #D44171

Tints of Cranberry #D44171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

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

R = 54.36%
G = 16.67%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D44171 (or 0xD44171) is known color: Cranberry. HEX triplet: D4, 41 and 71. RGB value is (212,65,113). Sum of RGB (Red+Green+Blue) = 212+65+113=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D44171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44171 is #2BBE8E. Grayscale: #727272. Windows color (decimal): -2866831 or 7422420. OLE color: 7422420.

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

Color convert

RGB 212 65 113 -
CMYK 0 0.69 0.47 0.17
HSL 340.41º 0.63% 0.54% -
HSV(B) 340.41º 0.69% 0.83% -
XYZ 32.02 18.97 17.6 -
YUV 114.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 212 65 113 0 0.69 0.47 0.17 340.41 0.63 0.54
Hex D4 41 71 0 45 2F 11 154 3F 36
Octal 324 101 161 0 105 57 21 524 77 66
Binary 11010100 1000001 1110001 0 1000101 101111 10001 101010100 111111 110110

Color Harmonies of #D44171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44171

Black with #D44171

Text Example


Text Example

White with #D44171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44171; }

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

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

background-color css

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

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

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

border-color css

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

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

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