Html Css Color HEX #DA507C Cranberry

📋 copy color: '#DA507C'

red 218 ◦ green 80 ◦ blue 124

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

Shades of Cranberry #DA507C

Tints of Cranberry #DA507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.96%

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

R = 51.66%
G = 18.96%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA507C (or 0xDA507C) is known color: Cranberry. HEX triplet: DA, 50 and 7C. RGB value is (218,80,124). Sum of RGB (Red+Green+Blue) = 218+80+124=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA507C is #25AF83. Grayscale: #7E7E7E. Windows color (decimal): -2469764 or 8147162. OLE color: 8147162.

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

Color convert

RGB 218 80 124 -
CMYK 0 0.63 0.43 0.15
HSL 340.87º 0.65% 0.58% -
HSV(B) 340.87º 0.63% 0.85% -
XYZ 35.42 22.1 21.47 -
YUV 126.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 218 80 124 0 0.63 0.43 0.15 340.87 0.65 0.58
Hex DA 50 7C 0 3F 2B F 155 41 3A
Octal 332 120 174 0 77 53 17 525 101 72
Binary 11011010 1010000 1111100 0 111111 101011 1111 101010101 1000001 111010

Color Harmonies of #DA507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA507C

Black with #DA507C

Text Example


Text Example

White with #DA507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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