Html Css Color HEX #DA4071 Cranberry

📋 copy color: '#DA4071'

red 218 ◦ green 64 ◦ blue 113

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

Shades of Cranberry #DA4071

Tints of Cranberry #DA4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.2%

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

R = 55.19%
G = 16.2%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA4071 (or 0xDA4071) is known color: Cranberry. HEX triplet: DA, 40 and 71. RGB value is (218,64,113). Sum of RGB (Red+Green+Blue) = 218+64+113=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4071 is #25BF8E. Grayscale: #737373. Windows color (decimal): -2473871 or 7422170. OLE color: 7422170.

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

Color convert

RGB 218 64 113 -
CMYK 0 0.71 0.48 0.15
HSL 340.91º 0.68% 0.55% -
HSV(B) 340.91º 0.71% 0.85% -
XYZ 33.73 19.76 17.66 -
YUV 115.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 218 64 113 0 0.71 0.48 0.15 340.91 0.68 0.55
Hex DA 40 71 0 47 30 F 155 44 37
Octal 332 100 161 0 107 60 17 525 104 67
Binary 11011010 1000000 1110001 0 1000111 110000 1111 101010101 1000100 110111

Color Harmonies of #DA4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4071

Black with #DA4071

Text Example


Text Example

White with #DA4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4071; }

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

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

background-color css

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

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

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

border-color css

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

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

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