Html Css Color HEX #DA537A Cranberry

📋 copy color: '#DA537A'

red 218 ◦ green 83 ◦ blue 122

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

Shades of Cranberry #DA537A

Tints of Cranberry #DA537A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 51.54%
G = 19.62%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA537A (or 0xDA537A) is known color: Cranberry. HEX triplet: DA, 53 and 7A. RGB value is (218,83,122). Sum of RGB (Red+Green+Blue) = 218+83+122=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA537A is #25AC85. Grayscale: #7F7F7F. Windows color (decimal): -2468998 or 8016858. OLE color: 8016858.

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

Color convert

RGB 218 83 122 -
CMYK 0 0.62 0.44 0.15
HSL 342.67º 0.65% 0.59% -
HSV(B) 342.67º 0.62% 0.85% -
XYZ 35.52 22.5 20.88 -
YUV 127.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 218 83 122 0 0.62 0.44 0.15 342.67 0.65 0.59
Hex DA 53 7A 0 3E 2C F 157 41 3B
Octal 332 123 172 0 76 54 17 527 101 73
Binary 11011010 1010011 1111010 0 111110 101100 1111 101010111 1000001 111011

Color Harmonies of #DA537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA537A

Black with #DA537A

Text Example


Text Example

White with #DA537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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