Html Css Color HEX #DA4A6D Cranberry

📋 copy color: '#DA4A6D'

red 218 ◦ green 74 ◦ blue 109

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

Shades of Cranberry #DA4A6D

Tints of Cranberry #DA4A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.45%

 BLUE value IS 109 (42.97% from 255) = 27.18%

R = 54.36%
G = 18.45%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA4A6D (or 0xDA4A6D) is known color: Cranberry. HEX triplet: DA, 4A and 6D. RGB value is (218,74,109). Sum of RGB (Red+Green+Blue) = 218+74+109=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A6D is #25B592. Grayscale: #797979. Windows color (decimal): -2471315 or 7162586. OLE color: 7162586.

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

Color convert

RGB 218 74 109 -
CMYK 0 0.66 0.5 0.15
HSL 345.42º 0.66% 0.57% -
HSV(B) 345.42º 0.66% 0.85% -
XYZ 34.12 20.91 16.71 -
YUV 121.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 218 74 109 0 0.66 0.5 0.15 345.42 0.66 0.57
Hex DA 4A 6D 0 42 32 F 159 42 39
Octal 332 112 155 0 102 62 17 531 102 71
Binary 11011010 1001010 1101101 0 1000010 110010 1111 101011001 1000010 111001

Color Harmonies of #DA4A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A6D

Black with #DA4A6D

Text Example


Text Example

White with #DA4A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A6D; }

 p { color: rgb(218,74,109); }

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

background-color css

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

 a { background-color: rgb(218,74,109); }

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

border-color css

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

 span { border-color: rgb(218,74,109); }

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