Html Css Color HEX #DA4D6E Cranberry

📋 copy color: '#DA4D6E'

red 218 ◦ green 77 ◦ blue 110

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

Shades of Cranberry #DA4D6E

Tints of Cranberry #DA4D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.01%

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 53.83%
G = 19.01%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA4D6E (or 0xDA4D6E) is known color: Cranberry. HEX triplet: DA, 4D and 6E. RGB value is (218,77,110). Sum of RGB (Red+Green+Blue) = 218+77+110=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D6E is #25B291. Grayscale: #7A7A7A. Windows color (decimal): -2470546 or 7228890. OLE color: 7228890.

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

Color convert

RGB 218 77 110 -
CMYK 0 0.65 0.50 0.15
HSL 345.96º 0.66% 0.58% -
HSV(B) 345.96º 0.65% 0.85% -
XYZ 34.38 21.34 17.06 -
YUV 122.92 120.71 195.82 -
System Red Green Blue C M Y K H S L
Decimal 218 77 110 0 0.65 0.50 0.15 345.96 0.66 0.58
Hex DA 4D 6E 0 41 32 F 15A 42 3A
Octal 332 115 156 0 101 62 17 532 102 72
Binary 11011010 1001101 1101110 0 1000001 110010 1111 101011010 1000010 111010

Color Harmonies of #DA4D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D6E

Black with #DA4D6E

Text Example


Text Example

White with #DA4D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D6E; }

 p { color: rgb(218,77,110); }

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

background-color css

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

 a { background-color: rgb(218,77,110); }

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

border-color css

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

 span { border-color: rgb(218,77,110); }

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