Html Css Color HEX #DA537E Cranberry

📋 copy color: '#DA537E'

red 218 ◦ green 83 ◦ blue 126

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

Shades of Cranberry #DA537E

Tints of Cranberry #DA537E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 51.05%
G = 19.44%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA537E (or 0xDA537E) is known color: Cranberry. HEX triplet: DA, 53 and 7E. RGB value is (218,83,126). Sum of RGB (Red+Green+Blue) = 218+83+126=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA537E is #25AC81. Grayscale: #808080. Windows color (decimal): -2468994 or 8279002. OLE color: 8279002.

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

Color convert

RGB 218 83 126 -
CMYK 0 0.62 0.42 0.15
HSL 340.89º 0.65% 0.59% -
HSV(B) 340.89º 0.62% 0.85% -
XYZ 35.77 22.6 22.22 -
YUV 128.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 218 83 126 0 0.62 0.42 0.15 340.89 0.65 0.59
Hex DA 53 7E 0 3E 2A F 155 41 3B
Octal 332 123 176 0 76 52 17 525 101 73
Binary 11011010 1010011 1111110 0 111110 101010 1111 101010101 1000001 111011

Color Harmonies of #DA537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA537E

Black with #DA537E

Text Example


Text Example

White with #DA537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA537E; }

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

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

background-color css

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

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

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

border-color css

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

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

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