Html Css Color HEX #DA5D7A Cranberry

📋 copy color: '#DA5D7A'

red 218 ◦ green 93 ◦ blue 122

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

Shades of Cranberry #DA5D7A

Tints of Cranberry #DA5D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.48%

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

R = 50.35%
G = 21.48%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA5D7A (or 0xDA5D7A) is known color: Cranberry. HEX triplet: DA, 5D and 7A. RGB value is (218,93,122). Sum of RGB (Red+Green+Blue) = 218+93+122=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D7A is #25A285. Grayscale: #858585. Windows color (decimal): -2466438 or 8019418. OLE color: 8019418.

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

Color convert

RGB 218 93 122 -
CMYK 0 0.57 0.44 0.15
HSL 346.08º 0.63% 0.61% -
HSV(B) 346.08º 0.57% 0.85% -
XYZ 36.34 24.14 21.16 -
YUV 133.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 218 93 122 0 0.57 0.44 0.15 346.08 0.63 0.61
Hex DA 5D 7A 0 39 2C F 15A 3F 3D
Octal 332 135 172 0 71 54 17 532 77 75
Binary 11011010 1011101 1111010 0 111001 101100 1111 101011010 111111 111101

Color Harmonies of #DA5D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D7A

Black with #DA5D7A

Text Example


Text Example

White with #DA5D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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