Html Css Color HEX #DA384B Amaranth

📋 copy color: '#DA384B'

red 218 ◦ green 56 ◦ blue 75

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

Shades of Amaranth #DA384B

Tints of Amaranth #DA384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.05%

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 62.46%
G = 16.05%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA384B (or 0xDA384B) is known color: Amaranth. HEX triplet: DA, 38 and 4B. RGB value is (218,56,75). Sum of RGB (Red+Green+Blue) = 218+56+75=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA384B is #25C7B4. Grayscale: #6A6A6A. Windows color (decimal): -2475957 or 4929754. OLE color: 4929754.

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

Color convert

RGB 218 56 75 -
CMYK 0 0.74 0.66 0.15
HSL 352.96º 0.69% 0.54% -
HSV(B) 352.96º 0.74% 0.85% -
XYZ 31.6 18.24 8.51 -
YUV 106.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 218 56 75 0 0.74 0.66 0.15 352.96 0.69 0.54
Hex DA 38 4B 0 4A 42 F 161 45 36
Octal 332 70 113 0 112 102 17 541 105 66
Binary 11011010 111000 1001011 0 1001010 1000010 1111 101100001 1000101 110110

Color Harmonies of #DA384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA384B

Black with #DA384B

Text Example


Text Example

White with #DA384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA384B; }

 p { color: rgb(218,56,75); }

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

background-color css

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

 a { background-color: rgb(218,56,75); }

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

border-color css

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

 span { border-color: rgb(218,56,75); }

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