Html Css Color HEX #DA487E Cranberry

📋 copy color: '#DA487E'

red 218 ◦ green 72 ◦ blue 126

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

Shades of Cranberry #DA487E

Tints of Cranberry #DA487E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.29%

R = 52.4%
G = 17.31%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA487E (or 0xDA487E) is known color: Cranberry. HEX triplet: DA, 48 and 7E. RGB value is (218,72,126). Sum of RGB (Red+Green+Blue) = 218+72+126=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA487E is #25B781. Grayscale: #797979. Windows color (decimal): -2471810 or 8276186. OLE color: 8276186.

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

Color convert

RGB 218 72 126 -
CMYK 0 0.67 0.42 0.15
HSL 337.81º 0.66% 0.57% -
HSV(B) 337.81º 0.67% 0.85% -
XYZ 35 21.05 21.96 -
YUV 121.81 130.37 196.61 -
System Red Green Blue C M Y K H S L
Decimal 218 72 126 0 0.67 0.42 0.15 337.81 0.66 0.57
Hex DA 48 7E 0 43 2A F 152 42 39
Octal 332 110 176 0 103 52 17 522 102 71
Binary 11011010 1001000 1111110 0 1000011 101010 1111 101010010 1000010 111001

Color Harmonies of #DA487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA487E

Black with #DA487E

Text Example


Text Example

White with #DA487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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