Html Css Color HEX #DA4471 Cranberry

📋 copy color: '#DA4471'

red 218 ◦ green 68 ◦ blue 113

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

Shades of Cranberry #DA4471

Tints of Cranberry #DA4471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.04%

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

R = 54.64%
G = 17.04%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA4471 (or 0xDA4471) is known color: Cranberry. HEX triplet: DA, 44 and 71. RGB value is (218,68,113). Sum of RGB (Red+Green+Blue) = 218+68+113=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4471 is #25BB8E. Grayscale: #757575. Windows color (decimal): -2472847 or 7423194. OLE color: 7423194.

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

Color convert

RGB 218 68 113 -
CMYK 0 0.69 0.48 0.15
HSL 342º 0.67% 0.56% -
HSV(B) 342º 0.69% 0.85% -
XYZ 33.96 20.23 17.74 -
YUV 117.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 218 68 113 0 0.69 0.48 0.15 342 0.67 0.56
Hex DA 44 71 0 45 30 F 156 43 38
Octal 332 104 161 0 105 60 17 526 103 70
Binary 11011010 1000100 1110001 0 1000101 110000 1111 101010110 1000011 111000

Color Harmonies of #DA4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4471

Black with #DA4471

Text Example


Text Example

White with #DA4471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4471; }

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

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

background-color css

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

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

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

border-color css

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

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

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