Html Css Color HEX #DA5C7C Cranberry

📋 copy color: '#DA5C7C'

red 218 ◦ green 92 ◦ blue 124

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

Shades of Cranberry #DA5C7C

Tints of Cranberry #DA5C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.2%

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 50.23%
G = 21.2%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA5C7C (or 0xDA5C7C) is known color: Cranberry. HEX triplet: DA, 5C and 7C. RGB value is (218,92,124). Sum of RGB (Red+Green+Blue) = 218+92+124=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C7C is #25A383. Grayscale: #858585. Windows color (decimal): -2466692 or 8150234. OLE color: 8150234.

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

Color convert

RGB 218 92 124 -
CMYK 0 0.58 0.43 0.15
HSL 344.76º 0.63% 0.61% -
HSV(B) 344.76º 0.58% 0.85% -
XYZ 36.38 24.01 21.79 -
YUV 133.32 122.74 188.4 -
System Red Green Blue C M Y K H S L
Decimal 218 92 124 0 0.58 0.43 0.15 344.76 0.63 0.61
Hex DA 5C 7C 0 3A 2B F 159 3F 3D
Octal 332 134 174 0 72 53 17 531 77 75
Binary 11011010 1011100 1111100 0 111010 101011 1111 101011001 111111 111101

Color Harmonies of #DA5C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C7C

Black with #DA5C7C

Text Example


Text Example

White with #DA5C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C7C; }

 p { color: rgb(218,92,124); }

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

background-color css

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

 a { background-color: rgb(218,92,124); }

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

border-color css

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

 span { border-color: rgb(218,92,124); }

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