Html Css Color HEX #DA4A6F Cranberry

📋 copy color: '#DA4A6F'

red 218 ◦ green 74 ◦ blue 111

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

Shades of Cranberry #DA4A6F

Tints of Cranberry #DA4A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.54%

R = 54.09%
G = 18.36%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA4A6F (or 0xDA4A6F) is known color: Cranberry. HEX triplet: DA, 4A and 6F. RGB value is (218,74,111). Sum of RGB (Red+Green+Blue) = 218+74+111=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A6F is #25B590. Grayscale: #797979. Windows color (decimal): -2471313 or 7293658. OLE color: 7293658.

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

Color convert

RGB 218 74 111 -
CMYK 0 0.66 0.49 0.15
HSL 344.58º 0.66% 0.57% -
HSV(B) 344.58º 0.66% 0.85% -
XYZ 34.23 20.95 17.28 -
YUV 121.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 218 74 111 0 0.66 0.49 0.15 344.58 0.66 0.57
Hex DA 4A 6F 0 42 31 F 159 42 39
Octal 332 112 157 0 102 61 17 531 102 71
Binary 11011010 1001010 1101111 0 1000010 110001 1111 101011001 1000010 111001

Color Harmonies of #DA4A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A6F

Black with #DA4A6F

Text Example


Text Example

White with #DA4A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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