Html Css Color HEX #DA5B73 Cranberry

📋 copy color: '#DA5B73'

red 218 ◦ green 91 ◦ blue 115

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

Shades of Cranberry #DA5B73

Tints of Cranberry #DA5B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.46%

 BLUE value IS 115 (45.31% from 255) = 27.12%

R = 51.42%
G = 21.46%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA5B73 (or 0xDA5B73) is known color: Cranberry. HEX triplet: DA, 5B and 73. RGB value is (218,91,115). Sum of RGB (Red+Green+Blue) = 218+91+115=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B73 is #25A48C. Grayscale: #838383. Windows color (decimal): -2466957 or 7560154. OLE color: 7560154.

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

Color convert

RGB 218 91 115 -
CMYK 0 0.58 0.47 0.15
HSL 348.66º 0.63% 0.61% -
HSV(B) 348.66º 0.58% 0.85% -
XYZ 35.75 23.63 18.9 -
YUV 131.71 118.58 189.55 -
System Red Green Blue C M Y K H S L
Decimal 218 91 115 0 0.58 0.47 0.15 348.66 0.63 0.61
Hex DA 5B 73 0 3A 2F F 15D 3F 3D
Octal 332 133 163 0 72 57 17 535 77 75
Binary 11011010 1011011 1110011 0 111010 101111 1111 101011101 111111 111101

Color Harmonies of #DA5B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5B73

Black with #DA5B73

Text Example


Text Example

White with #DA5B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5B73; }

 p { color: rgb(218,91,115); }

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

background-color css

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

 a { background-color: rgb(218,91,115); }

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

border-color css

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

 span { border-color: rgb(218,91,115); }

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