Html Css Color HEX #DA487B Cranberry

📋 copy color: '#DA487B'

red 218 ◦ green 72 ◦ blue 123

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

Shades of Cranberry #DA487B

Tints of Cranberry #DA487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 52.78%
G = 17.43%
B = 29.78%

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

#DA487B (or 0xDA487B) is known color: Cranberry. HEX triplet: DA, 48 and 7B. RGB value is (218,72,123). Sum of RGB (Red+Green+Blue) = 218+72+123=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA487B is #25B784. Grayscale: #797979. Windows color (decimal): -2471813 or 8079578. OLE color: 8079578.

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

Color convert

RGB 218 72 123 -
CMYK 0 0.67 0.44 0.15
HSL 339.04º 0.66% 0.57% -
HSV(B) 339.04º 0.67% 0.85% -
XYZ 34.81 20.97 20.95 -
YUV 121.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 218 72 123 0 0.67 0.44 0.15 339.04 0.66 0.57
Hex DA 48 7B 0 43 2C F 153 42 39
Octal 332 110 173 0 103 54 17 523 102 71
Binary 11011010 1001000 1111011 0 1000011 101100 1111 101010011 1000010 111001

Color Harmonies of #DA487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA487B

Black with #DA487B

Text Example


Text Example

White with #DA487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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