Html Css Color HEX #D3434C Mandy

📋 copy color: '#D3434C'

red 211 ◦ green 67 ◦ blue 76

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

Shades of Mandy #D3434C

Tints of Mandy #D3434C

RGB

 RED value IS 211 (82.81% from 255) = 59.6%

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

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 59.6%
G = 18.93%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3434C (or 0xD3434C) is known color: Mandy. HEX triplet: D3, 43 and 4C. RGB value is (211,67,76). Sum of RGB (Red+Green+Blue) = 211+67+76=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D3434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3434C is #2CBCB3. Grayscale: #6F6F6F. Windows color (decimal): -2931892 or 4998099. OLE color: 4998099.

HSL color Cylindrical-coordinate representation of color #D3434C: hue angle of 356.25º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3434C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 67 76 -
CMYK 0 0.68 0.64 0.17
HSL 356.25º 0.62% 0.55% -
HSV(B) 356.25º 0.68% 0.83% -
XYZ 30.18 18.39 8.8 -
YUV 111.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 211 67 76 0 0.68 0.64 0.17 356.25 0.62 0.55
Hex D3 43 4C 0 44 40 11 164 3E 37
Octal 323 103 114 0 104 100 21 544 76 67
Binary 11010011 1000011 1001100 0 1000100 1000000 10001 101100100 111110 110111

Color Harmonies of #D3434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3434C

Black with #D3434C

Text Example


Text Example

White with #D3434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3434C; }

 p { color: rgb(211,67,76); }

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

background-color css

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

 a { background-color: rgb(211,67,76); }

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

border-color css

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

 span { border-color: rgb(211,67,76); }

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