Html Css Color HEX #DA4986 Cranberry

📋 copy color: '#DA4986'

red 218 ◦ green 73 ◦ blue 134

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

Shades of Cranberry #DA4986

Tints of Cranberry #DA4986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.18%

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 51.29%
G = 17.18%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA4986 (or 0xDA4986) is known color: Cranberry. HEX triplet: DA, 49 and 86. RGB value is (218,73,134). Sum of RGB (Red+Green+Blue) = 218+73+134=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4986 is #25B679. Grayscale: #7B7B7B. Windows color (decimal): -2471546 or 8800730. OLE color: 8800730.

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

Color convert

RGB 218 73 134 -
CMYK 0 0.67 0.39 0.15
HSL 334.76º 0.66% 0.57% -
HSV(B) 334.76º 0.67% 0.85% -
XYZ 35.6 21.39 24.81 -
YUV 123.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 218 73 134 0 0.67 0.39 0.15 334.76 0.66 0.57
Hex DA 49 86 0 43 27 F 14F 42 39
Octal 332 111 206 0 103 47 17 517 102 71
Binary 11011010 1001001 10000110 0 1000011 100111 1111 101001111 1000010 111001

Color Harmonies of #DA4986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4986

Black with #DA4986

Text Example


Text Example

White with #DA4986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4986; }

 p { color: rgb(218,73,134); }

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

background-color css

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

 a { background-color: rgb(218,73,134); }

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

border-color css

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

 span { border-color: rgb(218,73,134); }

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