Html Css Color HEX #D5434B Mandy

📋 copy color: '#D5434B'

red 213 ◦ green 67 ◦ blue 75

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

Shades of Mandy #D5434B

Tints of Mandy #D5434B

RGB

 RED value IS 213 (83.59% from 255) = 60%

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

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

R = 60%
G = 18.87%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5434B (or 0xD5434B) is known color: Mandy. HEX triplet: D5, 43 and 4B. RGB value is (213,67,75). Sum of RGB (Red+Green+Blue) = 213+67+75=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5434B is #2ABCB4. Grayscale: #6F6F6F. Windows color (decimal): -2800821 or 4932565. OLE color: 4932565.

HSL color Cylindrical-coordinate representation of color #D5434B: hue angle of 356.71º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5434B is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 67 75 -
CMYK 0 0.69 0.65 0.16
HSL 356.71º 0.63% 0.55% -
HSV(B) 356.71º 0.69% 0.84% -
XYZ 30.72 18.67 8.64 -
YUV 111.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 213 67 75 0 0.69 0.65 0.16 356.71 0.63 0.55
Hex D5 43 4B 0 45 41 10 165 3F 37
Octal 325 103 113 0 105 101 20 545 77 67
Binary 11010101 1000011 1001011 0 1000101 1000001 10000 101100101 111111 110111

Color Harmonies of #D5434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5434B

Black with #D5434B

Text Example


Text Example

White with #D5434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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