Html Css Color HEX #DA4D86 Cranberry

📋 copy color: '#DA4D86'

red 218 ◦ green 77 ◦ blue 134

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

Shades of Cranberry #DA4D86

Tints of Cranberry #DA4D86

RGB

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

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

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

R = 50.82%
G = 17.95%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA4D86 (or 0xDA4D86) is known color: Cranberry. HEX triplet: DA, 4D and 86. RGB value is (218,77,134). Sum of RGB (Red+Green+Blue) = 218+77+134=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4D86 is #25B279. Grayscale: #7D7D7D. Windows color (decimal): -2470522 or 8801754. OLE color: 8801754.

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

Color convert

RGB 218 77 134 -
CMYK 0 0.65 0.39 0.15
HSL 335.74º 0.66% 0.58% -
HSV(B) 335.74º 0.65% 0.85% -
XYZ 35.87 21.93 24.9 -
YUV 125.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 218 77 134 0 0.65 0.39 0.15 335.74 0.66 0.58
Hex DA 4D 86 0 41 27 F 150 42 3A
Octal 332 115 206 0 101 47 17 520 102 72
Binary 11011010 1001101 10000110 0 1000001 100111 1111 101010000 1000010 111010

Color Harmonies of #DA4D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D86

Black with #DA4D86

Text Example


Text Example

White with #DA4D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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