Html Css Color HEX #DA4786 Cranberry

📋 copy color: '#DA4786'

red 218 ◦ green 71 ◦ blue 134

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

Shades of Cranberry #DA4786

Tints of Cranberry #DA4786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.78%

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

R = 51.54%
G = 16.78%
B = 31.68%

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

#DA4786 (or 0xDA4786) is known color: Cranberry. HEX triplet: DA, 47 and 86. RGB value is (218,71,134). Sum of RGB (Red+Green+Blue) = 218+71+134=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4786 is #25B879. Grayscale: #7A7A7A. Windows color (decimal): -2472058 or 8800218. OLE color: 8800218.

HSL color Cylindrical-coordinate representation of color #DA4786: hue angle of 334.29º degrees, saturation: 0.67, 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 #DA4786 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 71 134 -
CMYK 0 0.67 0.39 0.15
HSL 334.29º 0.67% 0.57% -
HSV(B) 334.29º 0.67% 0.85% -
XYZ 35.47 21.13 24.76 -
YUV 122.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 218 71 134 0 0.67 0.39 0.15 334.29 0.67 0.57
Hex DA 47 86 0 43 27 F 14E 43 39
Octal 332 107 206 0 103 47 17 516 103 71
Binary 11011010 1000111 10000110 0 1000011 100111 1111 101001110 1000011 111001

Color Harmonies of #DA4786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4786

Black with #DA4786

Text Example


Text Example

White with #DA4786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4786; }

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

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

background-color css

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

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

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

border-color css

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

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

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