Html Css Color HEX #DA464B Mandy

📋 copy color: '#DA464B'

red 218 ◦ green 70 ◦ blue 75

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

Shades of Mandy #DA464B

Tints of Mandy #DA464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.28%

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

R = 60.06%
G = 19.28%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA464B (or 0xDA464B) is known color: Mandy. HEX triplet: DA, 46 and 4B. RGB value is (218,70,75). Sum of RGB (Red+Green+Blue) = 218+70+75=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA464B is #25B9B4. Grayscale: #727272. Windows color (decimal): -2472373 or 4933338. OLE color: 4933338.

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

Color convert

RGB 218 70 75 -
CMYK 0 0.68 0.66 0.15
HSL 357.97º 0.67% 0.56% -
HSV(B) 357.97º 0.68% 0.85% -
XYZ 32.37 19.79 8.77 -
YUV 114.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 218 70 75 0 0.68 0.66 0.15 357.97 0.67 0.56
Hex DA 46 4B 0 44 42 F 166 43 38
Octal 332 106 113 0 104 102 17 546 103 70
Binary 11011010 1000110 1001011 0 1000100 1000010 1111 101100110 1000011 111000

Color Harmonies of #DA464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA464B

Black with #DA464B

Text Example


Text Example

White with #DA464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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