Html Css Color HEX #DA536F Cranberry

📋 copy color: '#DA536F'

red 218 ◦ green 83 ◦ blue 111

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

Shades of Cranberry #DA536F

Tints of Cranberry #DA536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.15%

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 52.91%
G = 20.15%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA536F (or 0xDA536F) is known color: Cranberry. HEX triplet: DA, 53 and 6F. RGB value is (218,83,111). Sum of RGB (Red+Green+Blue) = 218+83+111=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA536F is #25AC90. Grayscale: #7E7E7E. Windows color (decimal): -2469009 or 7295962. OLE color: 7295962.

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

Color convert

RGB 218 83 111 -
CMYK 0 0.62 0.49 0.15
HSL 347.56º 0.65% 0.59% -
HSV(B) 347.56º 0.62% 0.85% -
XYZ 34.88 22.24 17.49 -
YUV 126.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 218 83 111 0 0.62 0.49 0.15 347.56 0.65 0.59
Hex DA 53 6F 0 3E 31 F 15C 41 3B
Octal 332 123 157 0 76 61 17 534 101 73
Binary 11011010 1010011 1101111 0 111110 110001 1111 101011100 1000001 111011

Color Harmonies of #DA536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA536F

Black with #DA536F

Text Example


Text Example

White with #DA536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA536F; }

 p { color: rgb(218,83,111); }

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

background-color css

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

 a { background-color: rgb(218,83,111); }

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

border-color css

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

 span { border-color: rgb(218,83,111); }

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