Html Css Color HEX #DA487D Cranberry

📋 copy color: '#DA487D'

red 218 ◦ green 72 ◦ blue 125

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

Shades of Cranberry #DA487D

Tints of Cranberry #DA487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 52.53%
G = 17.35%
B = 30.12%

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

#DA487D (or 0xDA487D) is known color: Cranberry. HEX triplet: DA, 48 and 7D. RGB value is (218,72,125). Sum of RGB (Red+Green+Blue) = 218+72+125=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA487D is #25B782. Grayscale: #797979. Windows color (decimal): -2471811 or 8210650. OLE color: 8210650.

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

Color convert

RGB 218 72 125 -
CMYK 0 0.67 0.43 0.15
HSL 338.22º 0.66% 0.57% -
HSV(B) 338.22º 0.67% 0.85% -
XYZ 34.93 21.02 21.62 -
YUV 121.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 218 72 125 0 0.67 0.43 0.15 338.22 0.66 0.57
Hex DA 48 7D 0 43 2B F 152 42 39
Octal 332 110 175 0 103 53 17 522 102 71
Binary 11011010 1001000 1111101 0 1000011 101011 1111 101010010 1000010 111001

Color Harmonies of #DA487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA487D

Black with #DA487D

Text Example


Text Example

White with #DA487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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