Html Css Color HEX #DA487A Cranberry

📋 copy color: '#DA487A'

red 218 ◦ green 72 ◦ blue 122

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

Shades of Cranberry #DA487A

Tints of Cranberry #DA487A

RGB

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

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

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

R = 52.91%
G = 17.48%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA487A (or 0xDA487A) is known color: Cranberry. HEX triplet: DA, 48 and 7A. RGB value is (218,72,122). Sum of RGB (Red+Green+Blue) = 218+72+122=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA487A is #25B785. Grayscale: #797979. Windows color (decimal): -2471814 or 8014042. OLE color: 8014042.

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

Color convert

RGB 218 72 122 -
CMYK 0 0.67 0.44 0.15
HSL 339.45º 0.66% 0.57% -
HSV(B) 339.45º 0.67% 0.85% -
XYZ 34.74 20.95 20.62 -
YUV 121.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 218 72 122 0 0.67 0.44 0.15 339.45 0.66 0.57
Hex DA 48 7A 0 43 2C F 153 42 39
Octal 332 110 172 0 103 54 17 523 102 71
Binary 11011010 1001000 1111010 0 1000011 101100 1111 101010011 1000010 111001

Color Harmonies of #DA487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA487A

Black with #DA487A

Text Example


Text Example

White with #DA487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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