Html Css Color HEX #DA5B7A Cranberry

📋 copy color: '#DA5B7A'

red 218 ◦ green 91 ◦ blue 122

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

Shades of Cranberry #DA5B7A

Tints of Cranberry #DA5B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 50.58%
G = 21.11%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA5B7A (or 0xDA5B7A) is known color: Cranberry. HEX triplet: DA, 5B and 7A. RGB value is (218,91,122). Sum of RGB (Red+Green+Blue) = 218+91+122=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B7A is #25A485. Grayscale: #848484. Windows color (decimal): -2466950 or 8018906. OLE color: 8018906.

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

Color convert

RGB 218 91 122 -
CMYK 0 0.58 0.44 0.15
HSL 345.35º 0.63% 0.61% -
HSV(B) 345.35º 0.58% 0.85% -
XYZ 36.17 23.79 21.1 -
YUV 132.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 218 91 122 0 0.58 0.44 0.15 345.35 0.63 0.61
Hex DA 5B 7A 0 3A 2C F 159 3F 3D
Octal 332 133 172 0 72 54 17 531 77 75
Binary 11011010 1011011 1111010 0 111010 101100 1111 101011001 111111 111101

Color Harmonies of #DA5B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5B7A

Black with #DA5B7A

Text Example


Text Example

White with #DA5B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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