Html Css Color HEX #DA4D71 Cranberry

📋 copy color: '#DA4D71'

red 218 ◦ green 77 ◦ blue 113

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

Shades of Cranberry #DA4D71

Tints of Cranberry #DA4D71

RGB

 RED value IS 218 (85.55% from 255) = 53.43%

 GREEN value IS 77 (30.47% from 255) = 18.87%

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

R = 53.43%
G = 18.87%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA4D71 (or 0xDA4D71) is known color: Cranberry. HEX triplet: DA, 4D and 71. RGB value is (218,77,113). Sum of RGB (Red+Green+Blue) = 218+77+113=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D71 is #25B28E. Grayscale: #7B7B7B. Windows color (decimal): -2470543 or 7425498. OLE color: 7425498.

HSL color Cylindrical-coordinate representation of color #DA4D71: hue angle of 344.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4D71 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 77 113 -
CMYK 0 0.65 0.48 0.15
HSL 344.68º 0.66% 0.58% -
HSV(B) 344.68º 0.65% 0.85% -
XYZ 34.55 21.41 17.93 -
YUV 123.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 218 77 113 0 0.65 0.48 0.15 344.68 0.66 0.58
Hex DA 4D 71 0 41 30 F 159 42 3A
Octal 332 115 161 0 101 60 17 531 102 72
Binary 11011010 1001101 1110001 0 1000001 110000 1111 101011001 1000010 111010

Color Harmonies of #DA4D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D71

Black with #DA4D71

Text Example


Text Example

White with #DA4D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D71; }

 p { color: rgb(218,77,113); }

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

background-color css

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

 a { background-color: rgb(218,77,113); }

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

border-color css

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

 span { border-color: rgb(218,77,113); }

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