Html Css Color HEX #DA506F Cranberry

📋 copy color: '#DA506F'

red 218 ◦ green 80 ◦ blue 111

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

Shades of Cranberry #DA506F

Tints of Cranberry #DA506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.56%

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

R = 53.3%
G = 19.56%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA506F (or 0xDA506F) is known color: Cranberry. HEX triplet: DA, 50 and 6F. RGB value is (218,80,111). Sum of RGB (Red+Green+Blue) = 218+80+111=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA506F is #25AF90. Grayscale: #7C7C7C. Windows color (decimal): -2469777 or 7295194. OLE color: 7295194.

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

Color convert

RGB 218 80 111 -
CMYK 0 0.63 0.49 0.15
HSL 346.52º 0.65% 0.58% -
HSV(B) 346.52º 0.63% 0.85% -
XYZ 34.65 21.79 17.42 -
YUV 124.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 218 80 111 0 0.63 0.49 0.15 346.52 0.65 0.58
Hex DA 50 6F 0 3F 31 F 15B 41 3A
Octal 332 120 157 0 77 61 17 533 101 72
Binary 11011010 1010000 1101111 0 111111 110001 1111 101011011 1000001 111010

Color Harmonies of #DA506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA506F

Black with #DA506F

Text Example


Text Example

White with #DA506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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