Html Css Color HEX #DA537F Cranberry

📋 copy color: '#DA537F'

red 218 ◦ green 83 ◦ blue 127

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

Shades of Cranberry #DA537F

Tints of Cranberry #DA537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.67%

R = 50.93%
G = 19.39%
B = 29.67%

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

#DA537F (or 0xDA537F) is known color: Cranberry. HEX triplet: DA, 53 and 7F. RGB value is (218,83,127). Sum of RGB (Red+Green+Blue) = 218+83+127=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA537F is #25AC80. Grayscale: #808080. Windows color (decimal): -2468993 or 8344538. OLE color: 8344538.

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

Color convert

RGB 218 83 127 -
CMYK 0 0.62 0.42 0.15
HSL 340.44º 0.65% 0.59% -
HSV(B) 340.44º 0.62% 0.85% -
XYZ 35.84 22.62 22.56 -
YUV 128.38 127.23 191.92 -
System Red Green Blue C M Y K H S L
Decimal 218 83 127 0 0.62 0.42 0.15 340.44 0.65 0.59
Hex DA 53 7F 0 3E 2A F 154 41 3B
Octal 332 123 177 0 76 52 17 524 101 73
Binary 11011010 1010011 1111111 0 111110 101010 1111 101010100 1000001 111011

Color Harmonies of #DA537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA537F

Black with #DA537F

Text Example


Text Example

White with #DA537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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