Html Css Color HEX #DA4F71 Cranberry

📋 copy color: '#DA4F71'

red 218 ◦ green 79 ◦ blue 113

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

Shades of Cranberry #DA4F71

Tints of Cranberry #DA4F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.27%

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

R = 53.17%
G = 19.27%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA4F71 (or 0xDA4F71) is known color: Cranberry. HEX triplet: DA, 4F and 71. RGB value is (218,79,113). Sum of RGB (Red+Green+Blue) = 218+79+113=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4F71 is #25B08E. Grayscale: #7C7C7C. Windows color (decimal): -2470031 or 7426010. OLE color: 7426010.

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

Color convert

RGB 218 79 113 -
CMYK 0 0.64 0.48 0.15
HSL 345.32º 0.65% 0.58% -
HSV(B) 345.32º 0.64% 0.85% -
XYZ 34.69 21.69 17.98 -
YUV 124.44 121.55 194.74 -
System Red Green Blue C M Y K H S L
Decimal 218 79 113 0 0.64 0.48 0.15 345.32 0.65 0.58
Hex DA 4F 71 0 40 30 F 159 41 3A
Octal 332 117 161 0 100 60 17 531 101 72
Binary 11011010 1001111 1110001 0 1000000 110000 1111 101011001 1000001 111010

Color Harmonies of #DA4F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F71

Black with #DA4F71

Text Example


Text Example

White with #DA4F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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