Html Css Color HEX #DA434B Mandy

📋 copy color: '#DA434B'

red 218 ◦ green 67 ◦ blue 75

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

Shades of Mandy #DA434B

Tints of Mandy #DA434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.61%

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

R = 60.56%
G = 18.61%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA434B (or 0xDA434B) is known color: Mandy. HEX triplet: DA, 43 and 4B. RGB value is (218,67,75). Sum of RGB (Red+Green+Blue) = 218+67+75=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA434B is #25BCB4. Grayscale: #717171. Windows color (decimal): -2473141 or 4932570. OLE color: 4932570.

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

Color convert

RGB 218 67 75 -
CMYK 0 0.69 0.66 0.15
HSL 356.82º 0.67% 0.56% -
HSV(B) 356.82º 0.69% 0.85% -
XYZ 32.19 19.43 8.71 -
YUV 113.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 218 67 75 0 0.69 0.66 0.15 356.82 0.67 0.56
Hex DA 43 4B 0 45 42 F 165 43 38
Octal 332 103 113 0 105 102 17 545 103 70
Binary 11011010 1000011 1001011 0 1000101 1000010 1111 101100101 1000011 111000

Color Harmonies of #DA434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA434B

Black with #DA434B

Text Example


Text Example

White with #DA434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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