Html Css Color HEX #DA4C71 Cranberry

📋 copy color: '#DA4C71'

red 218 ◦ green 76 ◦ blue 113

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

Shades of Cranberry #DA4C71

Tints of Cranberry #DA4C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.67%

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

R = 53.56%
G = 18.67%
B = 27.76%

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

#DA4C71 (or 0xDA4C71) is known color: Cranberry. HEX triplet: DA, 4C and 71. RGB value is (218,76,113). Sum of RGB (Red+Green+Blue) = 218+76+113=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C71 is #25B38E. Grayscale: #7A7A7A. Windows color (decimal): -2470799 or 7425242. OLE color: 7425242.

HSL color Cylindrical-coordinate representation of color #DA4C71: hue angle of 344.37º 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 #DA4C71 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 76 113 -
CMYK 0 0.65 0.48 0.15
HSL 344.37º 0.66% 0.58% -
HSV(B) 344.37º 0.65% 0.85% -
XYZ 34.48 21.27 17.91 -
YUV 122.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 218 76 113 0 0.65 0.48 0.15 344.37 0.66 0.58
Hex DA 4C 71 0 41 30 F 158 42 3A
Octal 332 114 161 0 101 60 17 530 102 72
Binary 11011010 1001100 1110001 0 1000001 110000 1111 101011000 1000010 111010

Color Harmonies of #DA4C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C71

Black with #DA4C71

Text Example


Text Example

White with #DA4C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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