Html Css Color HEX #D8434B Mandy

📋 copy color: '#D8434B'

red 216 ◦ green 67 ◦ blue 75

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

Shades of Mandy #D8434B

Tints of Mandy #D8434B

RGB

 RED value IS 216 (84.77% from 255) = 60.34%

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

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

R = 60.34%
G = 18.72%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8434B (or 0xD8434B) is known color: Mandy. HEX triplet: D8, 43 and 4B. RGB value is (216,67,75). Sum of RGB (Red+Green+Blue) = 216+67+75=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8434B is #27BCB4. Grayscale: #707070. Windows color (decimal): -2604213 or 4932568. OLE color: 4932568.

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

Color convert

RGB 216 67 75 -
CMYK 0 0.69 0.65 0.15
HSL 356.78º 0.66% 0.55% -
HSV(B) 356.78º 0.69% 0.85% -
XYZ 31.6 19.12 8.68 -
YUV 112.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 216 67 75 0 0.69 0.65 0.15 356.78 0.66 0.55
Hex D8 43 4B 0 45 41 F 165 42 37
Octal 330 103 113 0 105 101 17 545 102 67
Binary 11011000 1000011 1001011 0 1000101 1000001 1111 101100101 1000010 110111

Color Harmonies of #D8434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8434B

Black with #D8434B

Text Example


Text Example

White with #D8434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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