Html Css Color HEX #DA487C Cranberry

📋 copy color: '#DA487C'

red 218 ◦ green 72 ◦ blue 124

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

Shades of Cranberry #DA487C

Tints of Cranberry #DA487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.39%

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

R = 52.66%
G = 17.39%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA487C (or 0xDA487C) is known color: Cranberry. HEX triplet: DA, 48 and 7C. RGB value is (218,72,124). Sum of RGB (Red+Green+Blue) = 218+72+124=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA487C is #25B783. Grayscale: #797979. Windows color (decimal): -2471812 or 8145114. OLE color: 8145114.

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

Color convert

RGB 218 72 124 -
CMYK 0 0.67 0.43 0.15
HSL 338.63º 0.66% 0.57% -
HSV(B) 338.63º 0.67% 0.85% -
XYZ 34.87 21 21.28 -
YUV 121.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 218 72 124 0 0.67 0.43 0.15 338.63 0.66 0.57
Hex DA 48 7C 0 43 2B F 153 42 39
Octal 332 110 174 0 103 53 17 523 102 71
Binary 11011010 1001000 1111100 0 1000011 101011 1111 101010011 1000010 111001

Color Harmonies of #DA487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA487C

Black with #DA487C

Text Example


Text Example

White with #DA487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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