Html Css Color HEX #DA5B83 Cranberry

📋 copy color: '#DA5B83'

red 218 ◦ green 91 ◦ blue 131

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

Shades of Cranberry #DA5B83

Tints of Cranberry #DA5B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.77%

R = 49.55%
G = 20.68%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA5B83 (or 0xDA5B83) is known color: Cranberry. HEX triplet: DA, 5B and 83. RGB value is (218,91,131). Sum of RGB (Red+Green+Blue) = 218+91+131=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5B83 is #25A47C. Grayscale: #858585. Windows color (decimal): -2466941 or 8608730. OLE color: 8608730.

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

Color convert

RGB 218 91 131 -
CMYK 0 0.58 0.40 0.15
HSL 341.1º 0.63% 0.61% -
HSV(B) 341.1º 0.58% 0.85% -
XYZ 36.75 24.03 24.17 -
YUV 133.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 218 91 131 0 0.58 0.40 0.15 341.1 0.63 0.61
Hex DA 5B 83 0 3A 28 F 155 3F 3D
Octal 332 133 203 0 72 50 17 525 77 75
Binary 11011010 1011011 10000011 0 111010 101000 1111 101010101 111111 111101

Color Harmonies of #DA5B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5B83

Black with #DA5B83

Text Example


Text Example

White with #DA5B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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