Html Css Color HEX #DA4D70 Cranberry

📋 copy color: '#DA4D70'

red 218 ◦ green 77 ◦ blue 112

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

Shades of Cranberry #DA4D70

Tints of Cranberry #DA4D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.52%

R = 53.56%
G = 18.92%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA4D70 (or 0xDA4D70) is known color: Cranberry. HEX triplet: DA, 4D and 70. RGB value is (218,77,112). Sum of RGB (Red+Green+Blue) = 218+77+112=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D70 is #25B28F. Grayscale: #7B7B7B. Windows color (decimal): -2470544 or 7359962. OLE color: 7359962.

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

Color convert

RGB 218 77 112 -
CMYK 0 0.65 0.49 0.15
HSL 345.11º 0.66% 0.58% -
HSV(B) 345.11º 0.65% 0.85% -
XYZ 34.49 21.38 17.64 -
YUV 123.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 218 77 112 0 0.65 0.49 0.15 345.11 0.66 0.58
Hex DA 4D 70 0 41 31 F 159 42 3A
Octal 332 115 160 0 101 61 17 531 102 72
Binary 11011010 1001101 1110000 0 1000001 110001 1111 101011001 1000010 111010

Color Harmonies of #DA4D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D70

Black with #DA4D70

Text Example


Text Example

White with #DA4D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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